Object
# File lib/v8/weak.rb, line 31 def initialize @values = {} end
# File lib/v8/weak.rb, line 35 def [](key) if ref = @values[key] ref.object end end
# File lib/v8/weak.rb, line 41 def []=(key, value) @values[key] = V8::Weak::Ref.new(value) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.