class Neo4j::ActiveNode::Query::QueryProxyEagerLoading::IdentityMap
Public Instance Methods
add(node)
click to toggle source
# File lib/neo4j/active_node/query/query_proxy_eager_loading.rb 6 def add(node) 7 self[node.neo_id] ||= node 8 end