From: Paul Battley Date: 2005-04-16T10:13:59+09:00 Subject: Re: Why specify module names redundantly in Modules? > All that class and extend stuff some people are doing here is unnecessary, > as far as I can tell. Once you have three or more methods, 'extend self' once makes for less typing than 'self.' prepended to each method name. Is that a good reason? You choose. Paul.