From: matz / zetabits.com (Yukihiro Matsumoto) Subject: [ruby-talk:4725] Re: Double parenthesis Date: Fri, 1 Sep 2000 18:19:48 +0900 > |> |ruby -e 'p (( [1].each do puts "hello" end ))' > |> |ruby -e 'p ( [1].each do puts "hello" end )' > |> > |> 1) the latter works on ruby 1.6.0. > | > |uh... it doesn't > > Well,.. NOW it does. ;-) indeed. :) -- yashi