class Byebug::EvalCommand

def description

def description
  <<-EOD
    e[val] <expression>
    Evaluates <expression> and prints its value.
    * NOTE - unknown input is automatically evaluated, to turn this off use
    'set noautoeval'.
  EOD
end