From: Erik Veenstra Date: 2006-07-26T07:26:54+09:00 Subject: Re: Meta-Meta-Programming, revisited > > > What about |obj, method_name, args, block|? That one must > > > be easy to remember, since it resembles the order of the > > > call (object is the receiver). Changed. [1] > Hey, wrap_method doesn't receive *method_names... yet... ;] Fixed. [2] I changed the internals of wrap_module slightly, but enough to be measurably faster... [2] The implementation of "once" is now thread safe. [3] gegroet, Erik V. - http://www.erikveen.dds.nl/ [1] http://www.erikveen.dds.nl/monitorfunctions/index.html#4.0.0 [2] http://www.erikveen.dds.nl/monitorfunctions/index.html#5.2.0 [3] http://www.erikveen.dds.nl/monitorfunctions/index.html#6.3.0