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