class Byebug::Runner

def help=(text)

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