File: C:/Ruby27-x64/share/ri/2.7.0/system/ARGF/getc-i.ri
U:RDoc::AnyMethod[iI" getc:ETI"ARGF#getc;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"PReads the next character from +ARGF+ and returns it as a +String+. Returns ;TI"$+nil+ at the end of the stream.;To:RDoc::Markup::BlankLine o;
; [I"P+ARGF+ treats the files named on the command line as a single file created ;TI"Pby concatenating their contents. After returning the last character of the ;TI"Nfirst file, it returns the first character of the second file, and so on.;T@o;
; [I"For example:;T@o:RDoc::Markup::Verbatim; [I"$ echo "foo" > file
;TI"$ ruby argf.rb file
;TI"
;TI"ARGF.getc #=> "f"
;TI"ARGF.getc #=> "o"
;TI"ARGF.getc #=> "o"
;TI"ARGF.getc #=> "\n"
;TI"ARGF.getc #=> nil
;TI"ARGF.getc #=> nil;T:@format0:
@fileI" io.c;T:0@omit_headings_from_table_of_contents_below0I"!ARGF.getc -> String or nil
;T0[ I"();T@#FI" ARGF;TcRDoc::NormalClass00