--mimepart_484c164eb269f_624878f2576687
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: Quoted-printable
Content-Disposition: inline

Issue #115 has been reported by Arthur Schreiber.

----------------------------------------
Bug #115: SortedSet#delete_if does not yield in sorted order
http://redmine.ruby-lang.org/issues/show/115

Author: Arthur Schreiber
Status: Open
Priority: Normal
Assigned to: Akinori MUSHA
Category: =

Target version: =



ret =3D []
SortedSet["one", "two", "three"].delete_if { |x| ret << x }
ret =3D=3D ["one", "two", "three"].sort # =3D> false


----------------------------------------
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_484c164eb269f_624878f2576687--