From: Arthur Schreiber Date: 2008-06-09T02:36:49+09:00 Subject: [ruby-dev:35002] [Ruby 1.8 - Bug #116] (Open) SortedSet#each does not return self --mimepart_484c1902ef24f_62487ab2ece87c Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline Issue #116 has been reported by Arthur Schreiber. ---------------------------------------- Bug #116: SortedSet#each does not return self http://redmine.ruby-lang.org/issues/show/116 Author: Arthur Schreiber Status: Open Priority: Normal Assigned to: Akinori MUSHA Category: = Target version: = irb(main):001:0> require "set" =3D> true irb(main):002:0> Set[1, 2, 3].each {} =3D> # irb(main):003:0> SortedSet[1, 2, 3].each {} =3D> [1, 2, 3] This behaviour deviates from what Array#each and Set#each do. ---------------------------------------- You have received this notification because you have either subscribed to= it, or are involved in it. To change your notification preferences, please click here: http://redmin= e.ruby-lang.org/my/account --mimepart_484c1902ef24f_62487ab2ece87c--