File: //usr/local/rvm/gems/default/doc/activesupport-6.1.4.1/ri/Array/to-i.ri
U:RDoc::AnyMethod[iI"to:ETI"
Array#to;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"9Returns the beginning of the array up to +position+.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"%%w( a b c d ).to(0) # => ["a"]
;TI"/%w( a b c d ).to(2) # => ["a", "b", "c"]
;TI"4%w( a b c d ).to(10) # => ["a", "b", "c", "d"]
;TI""%w().to(0) # => []
;TI"/%w( a b c d ).to(-2) # => ["a", "b", "c"]
;TI"!%w( a b c ).to(-10) # => [];T:@format0:
@fileI"0lib/active_support/core_ext/array/access.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(position);T@FI"
Array;TcRDoc::NormalClass00