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