From: Yusuke Endoh Date: 2012-02-25T09:24:22+09:00 Subject: [ruby-core:42877] Re: [ruby-trunk - Feature #6079] Hash#each_sorted Hello, 2012/2/25 Marc-Andre Lafortune : > I feel there is no need for `each_sorted` as it is equivalent to `sort.each` (and 2 characters longer). Agreed. If we can implement the feature without creating an intermediate array, it might be useful. But I have no idea to implement. -- Yusuke Endoh