D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
ARGF
/
Filename :
each_codepoint-i.ri
back
Copy
U:RDoc::AnyMethod[iI"each_codepoint:ETI"ARGF#each_codepoint;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"7Iterates over each codepoint of each file in ARGF.;To:RDoc::Markup::BlankLine o; ; [I"OThis method allows you to treat the files supplied on the command line as ;TI"Ma single file consisting of the concatenation of each named file. After ;TI"Gthe last codepoint of the first file has been returned, the first ;TI"Lcodepoint of the second file is returned. The ARGF.filename method can ;TI"Nbe used to determine the name of the file in which the current codepoint ;TI" appears.;T@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"rARGF.each_codepoint {|codepoint| block } -> ARGF ARGF.each_codepoint -> an_enumerator ;T0[ I"();T@FI" ARGF;TcRDoc::NormalClass00