Marcin Mielżyński wrote:
One can always:

class Float
   def singleton_method_added *args;end
end

a = 1.0
class << a
   def + foo;1;end
end

Ok, that's one possible reason...but it's a stretch. It seems like caching them won't actually hurt anything we'd expect people to use.

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to