Ruby 2.1.0 リファレンスマニュアル > ライブラリ一覧 > stringioライブラリ > StringIOクラス > codepoints

instance method StringIO#codepoints

codepoints {|codepoint| ... } -> self[permalink][rdoc]
codepoints -> Enumerator
each_codepoint {|codepoint| ... } -> self
each_codepoint -> Enumerator

自身の各コードポイントに対して繰り返します。

[SEE_ALSO] IO#each_codepoint