send
http://ruby-doc.org/core-2.0.0/Object.html#method-i-send
obj.send(:my_method, parameter)
obj.send('my_method', parameter)
http://ruby-doc.org/core-2.0.0/Object.html#method-i-send
obj.send(:my_method, parameter)
obj.send('my_method', parameter)