Sha256: dee2717304dc14887f90cd063f1f91603674795f92a7373f4c1465297d18eb3a
Contents?: true
Size: 154 Bytes
Versions: 3
Compression:
Stored size: 154 Bytes
Contents
module V8 class Object def initialize(native) @native = native end def [](key) To.ruby(@native.Get(key)) end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
therubyracer-0.4.2 | lib/v8/object.rb |
therubyracer-0.4.1 | lib/v8/object.rb |
therubyracer-0.4.0 | lib/v8/object.rb |