Class: RDF::Query::Solutions

Inherits:
Object
  • Object
show all
Defined in:
lib/rdf/spec/inspects.rb

Instance Method Summary collapse

Instance Method Details

#inspectObject



37
38
39
# File 'lib/rdf/spec/inspects.rb', line 37

def inspect
  string = "vars: #{variable_names.join(",")}\n#{to_a.inspect}"
end