# File lib/rdf/redland/statement.rb, line 70 def Statement.create_finalizer(statement) proc {|id| Redland::librdf_free_statement(statement) } end