# File lib/rdf/redland/node.rb, line 80 def Node.create_finalizer(node) proc {|id| Redland::librdf_free_node(node) } end