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

instance method StringIO#each_codepoint

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

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

[SEE_ALSO] IO#each_codepoint