On 2/3/07, Chad Thatcher <chad / zulu.net> wrote: > Oops, solved it. Sorry, I missed Object#method the first time around. > 8) And there is the Object#send that will do what you want, i.e. any_object.send("method1", arg1, arg2) or any_object.send("method1", *args) (if send insists on symbols for method names, use String#to_sym)