class V8::Conversion

Public Instance Methods

to_ruby(v8_object) click to toggle source
Calls superclass method V8::Conversion::Identity#to_ruby
# File lib/v8/conversion.rb, line 6
def to_ruby(v8_object)
  super v8_object
end
to_v8(ruby_object) click to toggle source
Calls superclass method V8::Conversion::Identity#to_v8
# File lib/v8/conversion.rb, line 10
def to_v8(ruby_object)
  super ruby_object
end