# File lib/execjs/johnson_runtime.rb, line 4 def initialize(source = "") @runtime = Johnson::Runtime.new @runtime.evaluate(source) end