Eric Hodel wrote: > ObjectSpace.each_object (that doesn't include Enumerable, which can > be truly annoying when you want to exploit it). Really? ObjectSpace.enum_for(:each_object) ;) -- Florian Frank