class Byebug::EvalCommand

def description

def description
  %{(p|e[val]) expression
    Evaluate expression and print its value
    * NOTE - unknown input is automatically evaluated, to turn this off
    use 'set noautoeval'}
end