Subject: Re: ObjectSpace.each_object, but not Symbols?
From: TRANS <transfire gmail.com>
Date: Tue, 4 Oct 2005 23:40:32 +0900
References: 61356137
In-reply-to: 6137
Thanks.
I'm writing an method-annotations system and since methods aren't
first class objects, Symbol seemed like the best place to put them.
But I'll just create a separate repository in Module for them.
T.