# File lib/v8/conversion/fundamental.rb, line 3 def to_ruby(v8_object) v8_object.to_ruby end
# File lib/v8/conversion/fundamental.rb, line 7 def to_v8(ruby_object) ruby_object.to_v8 end