On 1/27/07, Neville Franks <subs / surfulater.com> wrote: > So I assume that: > > module Mod1 > def self.a_method > puts 'a' > end > end > > is identical to: > > module Mod1 > def Mod1.a_method > puts 'a' > end > end > > indeed. (apologies to anyone not reading this in a threaded fashion for the extremely short reply.) -Harold