# File lib/execjs/runtime.rb, line 33 def exec(source) context = context_class.new(self) context.exec(source) end