From: Trans Date: 2007-01-30T21:50:21+09:00 Subject: alias callback How does one reflect on alias definitions. Using #method_added only gives you the name of the alias being defined --as if it were a new method. And it's not possible to override 'alias' b/c it's not a real method. Ideas? Thanks, T.