From: Devin Mullins Date: 2006-09-01T21:48:01+09:00 Subject: Re: Can I see method source code? >> hello all, Can I see method source code, > http://blog.zenspider.com/archives/2005/02/rubytoruby.html Yup. I made another, much simpler one, using method_added: http://svn.twifkak.com/jonx/site_ruby/dlm/irb.rb Only works for methods defined normally, in actual files. Not meta-programming friendly or anything. Just a cheap hack, but great (as the URL implies) for IRB use. Devin