Object
# File lib/v8/weak.rb, line 52 def access(&block) if @ref @ref.object || populate(block) else populate(block) end end