# File lib/execjs/external_runtime.rb, line 8 def initialize(runtime, source = "") source = encode(source) @runtime = runtime @source = source end