Hi folks, I have a handful of methods that perform operations on chunks of data. Which of these methods is called is specified in a YAML configuration so I only know the method names at run-time, which are, of course, strings. I am familiar with eval but would like to avoid using it to keep my code safe. Is there another way I can do it? Thanks, Chad. -- Posted via http://www.ruby-forum.com/.