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