Method: RDF::NodeProxy#method_missing

Defined in:
lib/lightrdf/node_proxy.rb

#method_missing(method, *args) ⇒ Object

Any other method (including any predicate) delegated to node



71
72
73
# File 'lib/lightrdf/node_proxy.rb', line 71

def method_missing method, *args
  @node.send method, *args
end