module V8::Conversion::Object

Public Instance Methods

to_ruby() click to toggle source
# File lib/v8/conversion/object.rb, line 7
def to_ruby
  self
end
to_v8() click to toggle source
# File lib/v8/conversion/object.rb, line 3
def to_v8
  Reference.construct! self
end