# File lib/execjs/johnson_runtime.rb, line 96 def eval(source) context = Context.new context.eval(source) end