Ruby 2.2.0 リファレンスマニュアル > ライブラリ一覧 > stringioライブラリ > StringIOクラス > codepoints
each_codepoint {|codepoint| ... } -> self[permalink][rdoc]each_codepoint -> Enumeratorcodepoints {|codepoint| ... } -> selfcodepoints -> Enumerator自身の各コードポイントに対して繰り返します。
[SEE_ALSO] IO#each_codepoint