Class: RDF::Query::Solutions
- Inherits:
-
Object
- Object
- RDF::Query::Solutions
- Defined in:
- lib/rdf/spec/inspects.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
37 38 39 |
# File 'lib/rdf/spec/inspects.rb', line 37 def inspect string = "vars: #{variable_names.join(",")}\n#{to_a.inspect}" end |