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