38 39 40 41
# File 'lib/execjs/runtime.rb', line 38 def eval(source) context = context_class.new(self) context.eval(source) end