Parent

Methods

Files

V8::Conversion

Public Instance Methods

to_ruby(v8_object) click to toggle source
# File lib/v8/conversion.rb, line 6
def to_ruby(v8_object)
  super v8_object
end
to_v8(ruby_object) click to toggle source
# File lib/v8/conversion.rb, line 10
def to_v8(ruby_object)
  super ruby_object
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.