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