class Byebug::IRBCommand

def description

def description
  %{irb\tstarts an Interactive Ruby (IRB) session.
    IRB is extended with methods "cont", "n" and "step" which run the
    corresponding byebug commands. In contrast to the real byebug commands
    these commands don't allow arguments.}
end