< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事(スレッド移動)
N :次の記事(スレッド移動)
|<:前のスレッド
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Issue #3640 has been updated by Kenta Murata.
Sorry, the code I've shown is improper.
The proper code is here:
$ ruby -rbigdecimal -ve '
a = []
b = BigDecimal("-1")
10.times { a << (b *= 10).hash }
p a'
ruby 1.9.3dev (2010-08-01 trunk 28823) [x86_64-darwin10.4.0]
[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2]
----------------------------------------
http://redmine.ruby-lang.org/issues/show/3640
----------------------------------------
http://redmine.ruby-lang.org