mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
![]() This changes the following methods to return Array instances instead of subclass instances: * Array#drop * Array#drop_while * Array#flatten * Array#slice! * Array#slice/#[] * Array#take * Array#take_while * Array#uniq * Array#* Fixes [Bug #6087] |
||
---|---|---|
.. | ||
clone.rb | ||
collect.rb | ||
delete_if.rb | ||
difference.rb | ||
enumeratorize.rb | ||
eql.rb | ||
index.rb | ||
inspect.rb | ||
intersection.rb | ||
join.rb | ||
keep_if.rb | ||
length.rb | ||
push.rb | ||
replace.rb | ||
select.rb | ||
slice.rb | ||
union.rb | ||
unshift.rb |