# File lib/web_console/evaluator.rb, line 17 def eval(input) "=> #{@binding.eval(input).inspect}\n" rescue Exception => exc format_exception(exc) end