Repository URL to install this package:
|
Version:
2.2.2-1 ▾
|
U:RDoc::AnyMethod[iI"each_codepoint:ETI"IO#each_codepoint;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"NPasses the <code>Integer</code> ordinal of each character in <i>ios</i>, ;TI"Ipassing the codepoint as an argument. The stream must be opened for ;TI"7reading or an <code>IOError</code> 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