On Jun 10, 2009, at 9:37 PM, Xeno Campanoli wrote: > This would be handy with some of my class methods for composing > exception messages...?? > It Ruby 1.9, __callee__ (or __method__) will return the name of the current method as a symbol. Gary Wright