From: Christophe Grandsire Date: 2005-11-02T23:13:47+09:00 Subject: Re: ruby-dev summary 27393-27541 Selon "Ara.T.Howard" : > > but then how to i __stop__ using a namespace? > > using jcode > > .... > > stopusing jcode > putting_away jcode ;) Seriously, it's a good question. One-liner constructs may be nice in some cases, but there's a reason why a construction like File.open { |file| ... } is so great: people just *forget* to close things when they don't use them anymore. And frankly, there's nothing wrong with adding a level of indentation, especially when one is dealing with *namespaces*, which are just a different kind of named scope. -- Christophe Grandsire. http://rainbow.conlang.free.fr It takes a straight mind to create a twisted conlang.