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