From: Matthew Heidemann Date: 2006-07-31T12:37:01+09:00 Subject: using the current method name within current method Is there a way to get the current method name within the current method? def test_method puts self.current_method end --- output ---- test_method Thanks, Matt