Method: RDF::NodeProxy#hash

Defined in:
lib/lightrdf/node_proxy.rb

#hashObject

Hash method delegated to node



47
48
49
# File 'lib/lightrdf/node_proxy.rb', line 47

def hash # Hack for Ruby 1.8.6
  @node.id.hash ^ self.class.hash
end