From: Doug Jolley Date: 2012-01-21T07:18:39+09:00 Subject: Re: Dynamically Calling a Class Method Thanks so much for turning me on to 'send'. I figured out that a comma-delimited list of any needed method arguments may be appended to the variable containing the method name. I also found 'respond_to?' which allows me to test whether a particular method exists. Armed with this new knowledge, I think that I will be able to get where I want to go. Thanks for all the help. ... doug -- Posted via http://www.ruby-forum.com/.