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