Method: RDF::Query::HashPatternNormalizer::Counter#to_s

Defined in:
lib/rdf/query/hash_pattern_normalizer.rb

#to_sString

Returns a string representation of this counter.

Returns:

Since:

  • 0.3.0



71
72
73
# File 'lib/rdf/query/hash_pattern_normalizer.rb', line 71

def to_s
  @value.to_s
end