Method: RDF::NodeProxy#to_s

Defined in:
lib/lightrdf/node_proxy.rb

#to_sObject

to_s method delegated to node



52
53
54
# File 'lib/lightrdf/node_proxy.rb', line 52

def to_s
  @node.to_s
end