From: Florian Gross Date: 2004-12-04T05:08:42+09:00 Subject: Re: how to create an object of a class you don't know yet Bradley, Todd wrote: > Thanks for all the suggestions, everyone. I had guessed > that there must be an Object method to do this (const_get), > but I couldn't find it listed in Pickaxe II's reference > to the Object class. It's Module#const_get. Object is a Class and thus a Module and thus there is Object.const_get.