ptkwt / user2.teleport.com (Phil Tomson) writes: > In Perl I can instantiate an object using a string that contains the name > of that object, like so: > I kind of like this capability, is there any way to do something like that > in Ruby? eval classname should do it. Regards Dave