From: Richard Date: 2006-11-25T04:50:19+09:00 Subject: Is there a simply way to get every method log itself before running? Hi, As a Ruby nubie, every once-in-a-while I'd like to write a trace function and have every method execute that trace when the method's invoked. In that trace function, I'd like to be able, e.g. to write the invoked method's name, perhaps more. Is there an easy way to do that? BTW, I posted this question on the Ruby/Rails Newsgroup before I realized it's more appropriate here. Thanks in Advance, Richard