< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Bug #2628: 1.9 Hash documentation says hashes not ordered
http://redmine.ruby-lang.org/issues/show/2628
Author: Denis Defreyne
Status: Open, Priority: Normal
ruby -v: 1.9.1p243
The documentation for Hash says that hashes are not ordered, even though 1.9.x hashes are ordered. From the documentation (ri): ???The order in which you traverse a hash by either key or value may seem arbitrary, and will generally not be in the insertion order.???
The documentation for Hash should be updated to reflect that they are ordered, and that iterating over keys or values or both will happen in order of insertion.
----------------------------------------
http://redmine.ruby-lang.org