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-2.7.4/doc/activesupport-6.1.4.1/ri/Array/from-i.ri
U:RDoc::AnyMethod[iI"	from:ETI"Array#from;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"3Returns the tail of the array from +position+.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"6%w( a b c d ).from(0)  # => ["a", "b", "c", "d"]
;TI",%w( a b c d ).from(2)  # => ["c", "d"]
;TI"$%w( a b c d ).from(10) # => []
;TI"$%w().from(0)           # => []
;TI",%w( a b c d ).from(-2) # => ["c", "d"]
;TI"#%w( a b c ).from(-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