From: Gaudi Mi Date: 2006-03-17T13:55:53+09:00 Subject: Newbie: Reflection question(?) At runtime I have the name of a class in a string, and I want to call a method on the class having that name. How do I do that? E.g., let's say that we have several classes that all have a method called address(). At run-time I know I want to call the method address() on a particular class, and that class name is in a string. Thanks. G -- Posted via http://www.ruby-forum.com/.