class Byebug::ControlState
Controls state of Byebug’s REPL when in control mode
def confirm(*_args)
def confirm(*_args) 'y' end
def context
def context nil end
def file
def file errmsg 'No filename given.' end
def proceed
def proceed end
Controls state of Byebug’s REPL when in control mode
def confirm(*_args) 'y' end
def context nil end
def file errmsg 'No filename given.' end
def proceed end