1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/ruby/core/array/shared
Jeremy Evans 2a294d499b
Make Array methods return Array instances instead of subclass instances
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]
2020-11-03 14:01:38 -08:00
..
clone.rb Update to ruby/spec@032ee74 2020-05-03 12:28:29 +02:00
collect.rb Use FrozenError instead of frozen_error_class 2020-04-01 15:36:20 +09:00
delete_if.rb
difference.rb
enumeratorize.rb
eql.rb
index.rb
inspect.rb
intersection.rb Update to ruby/spec@f8a2d54 2020-01-28 20:47:48 +01:00
join.rb Update to ruby/spec@f8a2d54 2020-01-28 20:47:48 +01:00
keep_if.rb Use FrozenError instead of frozen_error_class 2020-04-01 15:36:20 +09:00
length.rb
push.rb Use FrozenError instead of frozen_error_class 2020-04-01 15:36:20 +09:00
replace.rb Use FrozenError instead of frozen_error_class 2020-04-01 15:36:20 +09:00
select.rb
slice.rb Make Array methods return Array instances instead of subclass instances 2020-11-03 14:01:38 -08:00
union.rb
unshift.rb Use FrozenError instead of frozen_error_class 2020-04-01 15:36:20 +09:00