# File rdf/redland.rb, line 54defWorld.create_finalizer(world)
proc {|id|"Finalizer on #{id}"#log_final.info "closing world"# This is commented out because Ruby fails to guarantee this# is called after all other redland destructors#Redland::librdf_free_world world
}
end