File: //usr/share/ri/3.0.0/system/Range/first-i.ri
U:RDoc::AnyMethod[iI"
first:ETI"Range#first;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"IReturns the first object in the range, or an array of the first +n+ ;TI"elements.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"(10..20).first #=> 10
;TI"((10..20).first(3) #=> [10, 11, 12];T:@format0:
@fileI"range.c;T:0@omit_headings_from_table_of_contents_below0I"2rng.first -> obj
rng.first(n) -> an_array
;T0[ I" (p1);T@FI"
Range;TcRDoc::NormalClass00