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