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