# File lib/execjs/external_runtime.rb, line 105
    def eval(source)
      context = Context.new(self)
      context.eval(source)
    end