File: //usr/local/rvm/gems/default/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::BlankLine o: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