Bug #169 [ruby-reference-manual:945]
StringIO#charsにtypo
| Status : | Closed | Start : | 06/16/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 100% |
|
| Category : | - | |||
| Target version : | - | |||
| reporter : | ruby_version : | |||
Description
Index: refm/api/src/stringio.rd =================================================================== --- refm/api/src/stringio.rd (revision 2782) +++ refm/api/src/stringio.rd (working copy) @@ -569,7 +569,7 @@ --- each_char -> Enumerable::Enumerator --- chars -> Enumerable::Enumerator #@todo -自身に含まれる文字を一文字つつブロックに渡して評価します。 +自身に含まれる文字を一文字ずつブロックに渡して評価します。 自身は読み込み用にオープンされていなければなりません。