From: namekuseijin Date: 2008-09-25T05:34:51+09:00 Subject: Re: for or each? Come on! Is it so hard to realize that foo.each {|i| ...} is used more simply because it fits better the ruby all-OO mindset? Like Foo.new instead of the more common new Foo? In search of purity, everything is an object and all actions are method calls. It feels very much like Scheme and its (sweet) obsession for doing everything out of functions and function application... Rubinists are used to postfix notation just as much as Forth users or Lispers to prefix...