Method: RDF::Query::Pattern#to_s
- Defined in:
- lib/rdf/query/pattern.rb
#to_s ⇒ String
Returns a string representation of this pattern.
374 375 376 |
# File 'lib/rdf/query/pattern.rb', line 374 def to_s (optional? ? 'OPTIONAL ' : '') + super end |