HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/gems/ruby-3.0.2/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::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