# File lib/v8/conversion/hash.rb, line 3 def to_v8 object = V8::Object.new each do |key, value| object[key] = value end return object.to_v8 end