Hi, Is there a way to output the current method's name? for example, def foo current_method # => "foo" end Thanks, Norman