From: Jim Weirich Date: 2006-02-22T11:55:50+09:00 Subject: Re: lazy.rb 0.9.5 -- transparent futures! MenTaLguY wrote: > On Wed, 2006-02-22 at 06:49 +0900, Jim Weirich wrote: >> MenTaLguY wrote: >> The BlankSlate class in Builder handles this without resorting to the >> "evil" that lies in the heart of evil.rb. And the CVS head version of >> BlankSlate also handles the module hole Andrew mentioned earlier (I >> think ... I just now updated it).4 > > Hmm, that sounds more like it. Any chance of a separate BlankSlate gem? Ask and ye shall receive: gem install blankslate --source http://onestepback.org/betagems This is a quick breakout of the BlankSlate class into its own gem. It now sits as a top level namespace (instead of being nested in the Builder module). It is built from the same source as Builder, so the builder gem still includes the class physically. (Shouldn't be a problem unless there start to be weird version mismatches). There are still some documentation issues (e.g. the blankslate gem RDoc still refers to the builder README file), but give this guy a spin around the block before I make an official release. -- -- Jim Weirich -- Posted via http://www.ruby-forum.com/.