Hi,

In message "Re: ObjectSpace.each_object, but not Symbols?"
    on Tue, 4 Oct 2005 22:35:03 +0900, TRANS <transfire / gmail.com> writes:

|  ObjectSpace.each_object(Symbol){ |s| p s }
|  => 0

ObjectSpace.each_object does not give you immediate objects such as
fixnums and symbols.

							matz.