------=_Part_4926_337708.1199740445716
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello all,

How can I use a string variable as part of a method name I'm calling?  For
example say I want to call the method say_hello using the following:

def say_hello
  puts "Hello!"
end

str = "hello"

say_????

Thanks in advance!! -- BTR

------=_Part_4926_337708.1199740445716--