module V8::Conversion::Fundamental

def to_ruby(v8_object)

def to_ruby(v8_object)
  v8_object.to_ruby
end

def to_v8(ruby_object)

def to_v8(ruby_object)
  ruby_object.to_v8
end