From: Devin Mullins Date: 2005-07-26T21:51:22+09:00 Subject: Re: Factory Patterns in Ruby EdUarDo wrote: >> class << self > > > What dows mean that line of code? > > A way to get at the "singleton class" for an object. For more info, see: http://phrogz.net/ProgrammingRuby/classes.html#objectspecificclasses Devin