# File vapor/extent.rb, line 82 def [](key) oid = @persistables[ key ] if oid then @persistence_manager.get_object( oid ) else nil end end