Class: RDF::Query

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

Defined Under Namespace

Classes: Solutions

Instance Method Summary collapse

Instance Method Details

#inspectObject



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