class Byebug::CommandProcessor

def process_commands


Handle byebug commands.
def process_commands
  before_repl
  repl
ensure
  after_repl
end