HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Ruby27-x64/lib/ruby/gems/2.7.0/doc/activesupport-7.0.4.2/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::BlankLineo: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