Method: RDF::Node#to_s

Defined in:
lib/rdf/model/node.rb

#to_sString

Returns a string representation of this blank node.

Returns:

  • (String)


169
170
171
# File 'lib/rdf/model/node.rb', line 169

def to_s
  "_:%s" % @id.to_s
end