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/default/doc/activesupport-6.1.4.1/ri/Array/split-i.ri
U:RDoc::AnyMethod[iI"
split:ETI"Array#split;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"PDivides the array into one or more subarrays based on a delimiting +value+ ;TI"(or the result of an optional block.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"A[1, 2, 3, 4, 5].split(3)              # => [[1, 2], [4, 5]]
;TI"N(1..10).to_a.split { |i| i % 3 == 0 } # => [[1, 2], [4, 5], [7, 8], [10]];T:@format0:
@fileI"2lib/active_support/core_ext/array/grouping.rb;T:0@omit_headings_from_table_of_contents_below000[I"(value = nil);T@FI"
Array;TcRDoc::NormalClass00