From: Claus Spitzer Date: 2004-07-19T03:15:42+09:00 Subject: Current method How could I know which method (if any) is currently being executed? E.g. class Foo def bar self.inspect end end Tells me which class I'm in, but not which method. How would I go about doing that? Cheers -CWS