Class: V8::Conversion

Inherits:
Object
  • Object
show all
Includes:
Fundamental, Identity
Defined in:
lib/v8/conversion.rb,
lib/v8/conversion/code.rb,
lib/v8/conversion/hash.rb,
lib/v8/conversion/proc.rb,
lib/v8/conversion/time.rb,
lib/v8/conversion/array.rb,
lib/v8/conversion/class.rb,
lib/v8/conversion/fixnum.rb,
lib/v8/conversion/method.rb,
lib/v8/conversion/object.rb,
lib/v8/conversion/string.rb,
lib/v8/conversion/symbol.rb,
lib/v8/conversion/indentity.rb,
lib/v8/conversion/primitive.rb,
lib/v8/conversion/reference.rb,
lib/v8/conversion/fundamental.rb

Defined Under Namespace

Modules: Accessor, Array, Class, Code, Fixnum, Fundamental, Hash, Identity, Method, NativeDate, NativeObject, NativeString, Object, Primitive, Proc, Reference, String, Symbol, Time Classes: Constructor, Get, IGet, ISet, Set

Instance Method Summary collapse

Methods included from Identity

#equate, #rb_idmap, #v8_idmap

Instance Method Details

#to_ruby(v8_object) ⇒ Object



6
7
8
# File 'lib/v8/conversion.rb', line 6

def to_ruby(v8_object)
  super v8_object
end

#to_v8(ruby_object) ⇒ Object



10
11
12
# File 'lib/v8/conversion.rb', line 10

def to_v8(ruby_object)
  super ruby_object
end