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/in_groups-i.ri
U:RDoc::AnyMethod[iI"in_groups:ETI"Array#in_groups;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph;	[I"JSplits or iterates over the array in +number+ of groups, padding any ;TI";remaining slots with +fill_with+ unless it is +false+.;To:RDoc::Markup::BlankLineo:RDoc::Markup::Verbatim;	[I"=%w(1 2 3 4 5 6 7 8 9 10).in_groups(3) {|group| p group}
;TI"["1", "2", "3", "4"]
;TI"["5", "6", "7", nil]
;TI"["8", "9", "10", nil]
;TI"
;TI"G%w(1 2 3 4 5 6 7 8 9 10).in_groups(3, ' ') {|group| p group}
;TI"["1", "2", "3", "4"]
;TI"["5", "6", "7", " "]
;TI" ["8", "9", "10", " "]
;TI"
;TI"=%w(1 2 3 4 5 6 7).in_groups(3, false) {|group| p group}
;TI"["1", "2", "3"]
;TI"["4", "5"]
;TI"["6", "7"];T:@format0:
@fileI"2lib/active_support/core_ext/array/grouping.rb;T:0@omit_headings_from_table_of_contents_below00I"g;T[I"(number, fill_with = nil);T@ FI"
Array;TcRDoc::NormalClass00