U:RDoc::AnyMethod[iI"lineno=:ETI"ARGF#lineno=;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"FSets the line number of +ARGF+ as a whole to the given +Integer+.;To:RDoc::Markup::BlankLine o;
;	[I"M+ARGF+ sets the line number automatically as you read data, so normally ;TI"Oyou will not need to set it explicitly. To access the current line number ;TI"use +ARGF.lineno+.;T@o;
;	[I"For example:;T@o:RDoc::Markup::Verbatim;	[
I"ARGF.lineno      #=> 0
;TI"-ARGF.readline    #=> "This is line 1\n"
;TI"ARGF.lineno      #=> 1
;TI"ARGF.lineno = 0  #=> 0
;TI"ARGF.lineno      #=> 0;T:@format0:
@fileI"	io.c;T:0@omit_headings_from_table_of_contents_below0I"'ARGF.lineno = integer  -> integer
;T0[ I"	(p1);T@FI"	ARGF;TcRDoc::NormalClass00