class Byebug::EvalCommand

def description

def description
  %{
    (p|e[val]) expression\tevaluate expression and print its value
    * NOTE - to turn on autoeval, use 'set autoeval'
   }
end