Class: Neo4j::ActiveNode::Query::QueryProxyEagerLoading::IdentityMap
- Inherits:
-
Hash
- Object
- Hash
- Neo4j::ActiveNode::Query::QueryProxyEagerLoading::IdentityMap
- Defined in:
- lib/neo4j/active_node/query/query_proxy_eager_loading.rb
Instance Method Summary collapse
Instance Method Details
#add(node) ⇒ Object
6 7 8 |
# File 'lib/neo4j/active_node/query/query_proxy_eager_loading.rb', line 6 def add(node) self[node.neo_id] ||= node end |