Class: RDF::Query
- Inherits:
-
Object
- Object
- RDF::Query
- Defined in:
- lib/rdf/spec/inspects.rb
Defined Under Namespace
Classes: Solutions
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
31 32 33 |
# File 'lib/rdf/spec/inspects.rb', line 31 def inspect "RDF::Query(#{graph_name ? graph_name.to_sxp : 'nil'})#{patterns.inspect}" end |