From: Ben Bleything Date: 2007-03-06T11:30:10+09:00 Subject: Re: nifty one-liner to search ObjectSpace? On Tue, Mar 06, 2007, Giles Bowkett wrote: > The Fixnum returned by #each_object() still baffles me, but I think > for this to be useful I'd have to autoload all the classes defined in > the app; I was doing this in Rails console and apparently the console > lazily loads only the things it needs at any given time. I'm pretty sure it's the total number of objects inspected by the call to each_object. So that'd mean it looked at 1355 classes to find the tasty nuggets it was after. Ben