Subject: Re: reverse of rb_class2name()
From: "daz" <dooby d10.karoo.co.uk>
Date: Sun, 30 May 2004 18:53:40 +0900
References: 101801
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