< :前の番号
^ :番号順リスト
> :次の番号
P :前の記事
N :次の記事(スレッド移動)
|<:スレッドの先頭
>|:次のスレッド
^ :返事先
_:自分への返事
>:同じ返事先を持つ記事(前)
<:同じ返事先を持つ記事(後)
---:分割してスレッド表示、再表示
| :分割して(縦)スレッド表示、再表示
~ :スレッドのフレーム消去
.:インデックス
..:インデックスのインデックス
Hi,
In message "Re: Bug in String#[]: using object ID instead of to_int"
on Thu, 29 Mar 2007 14:13:14 +0900, Charles Oliver Nutter <charles.nutter / sun.com> writes:
|This seems like a bug...
|So it appears that even though to_int is defined on my Foo class, aref
|tries to use the object ID to index into the string. It should use the
|result of to_int, no?
It should and it's fixed already.
Mon Dec 11 09:36:29 2006 Yukihiro Matsumoto <matz / ruby-lang.org>
* string.c (rb_str_aset): index double decode problem.
[ruby-core:09695]
matz.