Method: RDF::Query::Solution#hash

Defined in:
lib/rdf/query/solution.rb

#hashInteger

Integer hash of this solution

Returns:

  • (Integer)

Since:

  • 0.3.0



303
304
305
# File 'lib/rdf/query/solution.rb', line 303

def hash
  @bindings.hash
end