On 13/06/2005, at 0.23, Michael Sheets wrote: > class <<self > Not even sure what the << is doing in that context so I'll let > someone else fix it. :) It's used to plug-in new methods into a single object. As an alternative to def obj.name ... end -- Sune.