class Byebug::Runner

def help=(text)

def help=(text)
  @help ||= text
  interface.puts("#{text}\n")
end