class Byebug::EvalCommand
def execute
def execute expr = @match ? @match.post_match : @input run_with_binding do |b| print "#{debug_eval(expr, b).inspect}\n" end end
def execute expr = @match ? @match.post_match : @input run_with_binding do |b| print "#{debug_eval(expr, b).inspect}\n" end end