instance method StringIO#codepoints
codepoints {|codepoint| ... } -> selfcodepoints -> Enumeratoreach_codepoint {|codepoint| ... } -> selfeach_codepoint -> Enumerator-
自身の各コードポイントに対して繰り返します。
[SEE_ALSO] IO#each_codepoint
class StringIO
codepoints {|codepoint| ... } -> selfcodepoints -> Enumeratoreach_codepoint {|codepoint| ... } -> selfeach_codepoint -> Enumerator自身の各コードポイントに対して繰り返します。
[SEE_ALSO] IO#each_codepoint