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 rescue print "#{$!.class} Exception: #{$!.message}\n" end
def execute expr = @match ? @match.post_match : @input run_with_binding do |b| print "#{debug_eval(expr, b).inspect}\n" end rescue print "#{$!.class} Exception: #{$!.message}\n" end