Class: RDF::Graph
- Inherits:
-
Object
- Object
- RDF::Graph
- Defined in:
- lib/rdf/spec/inspects.rb
Instance Method Summary collapse
Instance Method Details
#inspect ⇒ Object
25 26 27 |
# File 'lib/rdf/spec/inspects.rb', line 25 def inspect "RDF::Graph(graph_name: #{self.graph_name || 'nil'})" end |