Hacked By AnonymousFox
--- !ruby/object:RI::ClassDescription
attributes: []
class_methods:
- !ruby/object:RI::MethodSummary
name: add_dependency
- !ruby/object:RI::MethodSummary
name: delete_all_by_dependant
- !ruby/object:RI::MethodSummary
name: delete_all_dependency
- !ruby/object:RI::MethodSummary
name: delete_by_dependant
- !ruby/object:RI::MethodSummary
name: delete_dependency
- !ruby/object:RI::MethodSummary
name: final_of
- !ruby/object:RI::MethodSummary
name: finalize_all
- !ruby/object:RI::MethodSummary
name: finalize_all_by_dependant
- !ruby/object:RI::MethodSummary
name: finalize_all_dependency
- !ruby/object:RI::MethodSummary
name: finalize_by_dependant
- !ruby/object:RI::MethodSummary
name: finalize_dependency
- !ruby/object:RI::MethodSummary
name: safe
comment:
- !ruby/struct:SM::Flow::P
body: "Usage:"
- !ruby/struct:SM::Flow::P
body: add dependency R_method(obj, dependant)
- !ruby/struct:SM::Flow::VERB
body: " add(obj, dependant, method = :finalize, *opt)\n add_dependency(obj, dependant, method = :finalize, *opt)\n"
- !ruby/struct:SM::Flow::P
body: delete dependency R_method(obj, dependant)
- !ruby/struct:SM::Flow::VERB
body: " delete(obj_or_id, dependant, method = :finalize)\n delete_dependency(obj_or_id, dependant, method = :finalize)\n"
- !ruby/struct:SM::Flow::P
body: delete dependency R_*(obj, dependant)
- !ruby/struct:SM::Flow::VERB
body: " delete_all_dependency(obj_or_id, dependant)\n"
- !ruby/struct:SM::Flow::P
body: delete dependency R_method(*, dependant)
- !ruby/struct:SM::Flow::VERB
body: " delete_by_dependant(dependant, method = :finalize)\n"
- !ruby/struct:SM::Flow::P
body: delete dependency R_*(*, dependant)
- !ruby/struct:SM::Flow::VERB
body: " delete_all_by_dependant(dependant)\n"
- !ruby/struct:SM::Flow::P
body: delete all dependency R_*(*, *)
- !ruby/struct:SM::Flow::VERB
body: " delete_all\n"
- !ruby/struct:SM::Flow::P
body: finalize the dependant connected by dependency R_method(obj, dependtant).
- !ruby/struct:SM::Flow::VERB
body: " finalize(obj_or_id, dependant, method = :finalize)\n finalize_dependency(obj_or_id, dependant, method = :finalize)\n"
- !ruby/struct:SM::Flow::P
body: finalize all dependants connected by dependency R_*(obj, dependtant).
- !ruby/struct:SM::Flow::VERB
body: " finalize_all_dependency(obj_or_id, dependant)\n"
- !ruby/struct:SM::Flow::P
body: finalize the dependant connected by dependency R_method(*, dependtant).
- !ruby/struct:SM::Flow::VERB
body: " finalize_by_dependant(dependant, method = :finalize)\n"
- !ruby/struct:SM::Flow::P
body: finalize all dependants connected by dependency R_*(*, dependant).
- !ruby/struct:SM::Flow::VERB
body: " finalize_all_by_dependant(dependant)\n"
- !ruby/struct:SM::Flow::P
body: finalize all dependency registered to the Finalizer.
- !ruby/struct:SM::Flow::VERB
body: " finalize_all\n"
- !ruby/struct:SM::Flow::P
body: stop invoking Finalizer on GC.
- !ruby/struct:SM::Flow::VERB
body: " safe{..}\n"
constants:
- !ruby/object:RI::Constant
comment:
name: RCS_ID
value: "'-$Id: finalize.rb,v 1.4 1998/02/27 05:34:33 keiju Exp keiju $-'"
full_name: Finalizer
includes: []
instance_methods: []
name: Finalizer
superclass:
Hacked By AnonymousFox1.0, Coded By AnonymousFox