# File lib/execjs/mustang_runtime.rb, line 4 def initialize(source = "") source = source.encode('UTF-8') if source.respond_to?(:encode) @v8_context = ::Mustang::Context.new @v8_context.eval(source) end