From: John Pritchard-williams Date: 2008-08-29T05:24:35+09:00 Subject: Re: Use a string as a method call Even better! You gotta love Ruby _even_ more for that :) (Thanks !) Sebastian Hungerecker wrote: > John Pritchard-williams wrote: >> So use the 'send' method of your instance to invoke the method - first >> convert the inputted string to a symbol. > > Actually you don't need to do that. send takes strings too. > > HTH, > Sebastian -- Posted via http://www.ruby-forum.com/.