class Byebug::ContinueCommand

def until_line?

def until_line?
  @match[1] && !["!", "unconditionally"].include?(modifier)
end