class Byebug::ContinueCommand

def unconditionally?

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