class Byebug::ControlCommandProcessor::State

def confirm(*_args)

def confirm(*_args)
  'y'
end

def context

def context
  nil
end

def file

def file
  errmsg 'No filename given.'
end

def initialize(interface, commands)

def initialize(interface, commands)
  @interface = interface
  @commands = commands
end

def proceed

def proceed
end