Method: RDF::Query::HashPatternNormalizer::Counter#to_s
- Defined in:
- lib/rdf/query/hash_pattern_normalizer.rb
#to_s ⇒ String
Returns a string representation of this counter.
71 72 73 |
# File 'lib/rdf/query/hash_pattern_normalizer.rb', line 71 def to_s @value.to_s end |