From: John Gabriele Date: 2006-07-05T15:00:47+09:00 Subject: Re: can I alias foo --> LongModuleName.foo? On 7/5/06, John Gabriele wrote: > [snip] > > It doesn't look like there are any instance methods in this module: > > irb:> LongModuleName.instance_methods > ==> [] > > (Hm.. Why no Module.module_methods method?) > Ok. I see. Object#methods. LongModuleName.methods show's em all. So, they seem to be all "module methods" (rather than instance methods).