Trans wrote: > > On Oct 10, 9:58 pm, "Giles Bowkett" <gil... / gmail.com> wrote: >> Does this method exist? I think that it doesn't, but I just thought >> I'd make sure. > > Do you mean that you'd like a list of all aliases defined in a class, > similar to #instance_methods? If so, I brought this up a while back: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/196740 Ryan Davis came up with a rather interesting solution. :) One problem right off the bat, however, is that the Ruby source would need to be modified to be more stringent about using true aliases in order such a method to be accurate. Regards, Dan