From: daz Date: 2004-05-30T18:53:40+09:00 Subject: Re: reverse of rb_class2name() Elias Athanasopoulos wrote: > Hello! > > What is the reverse function of rb_class2name()? I want > to find the VALUE that is mapped to "Foo" class. Is it > rb_intern("Foo")? > rb_path2class(path) ? daz