U:RDoc::AnyMethod[iI"
split:EFI"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::BlankLine o:RDoc::Markup::Verbatim;	[I"C[1, 2, 3, 4, 5].split(3)                # => [[1, 2], [4, 5]]
;TI"P(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_below00I"element;T[ I"(value = nil);T@FI"
Array;TcRDoc::NormalClass0