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