Parent

Methods

Files

V8::Util::Weakcell::Storage

Public Instance Methods

access(&block) click to toggle source
# File lib/v8/util/weakcell.rb, line 11
def access(&block)
  if @ref
    @ref.object || populate(block)
  else
    populate(block)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.