U:RDoc::AnyMethod[iI"each_codepoint:ETI"IO#each_codepoint;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NPasses the Integer
ordinal of each character in ios, ;TI"Ipassing the codepoint as an argument. The stream must be opened for ;TI"7reading or an IOError
will be raised.;To:RDoc::Markup::BlankLine o;
; [I"=If no block is given, an enumerator is returned instead.;T:
@fileI" io.c;T:0@omit_headings_from_table_of_contents_below0I"´ios.each_codepoint {|c| block } -> ios
ios.codepoints {|c| block } -> ios
ios.each_codepoint -> an_enumerator
ios.codepoints -> an_enumerator
;T0[ I"();T@FI"IO;TcRDoc::NormalClass00