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
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
..
argf
array Make Array methods return Array instances instead of subclass instances 2020-11-03 14:01:38 -08:00
basicobject
binding
builtin_constants
class Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
comparable
complex Update to ruby/spec@e829fb0 2020-09-17 11:42:26 +02:00
data Update to ruby/spec@bfd843a 2020-09-30 13:43:19 +02:00
dir
encoding Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
enumerable Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
enumerator numeric.c, range.c: prohibit zero step 2020-10-23 15:26:51 +09:00
env Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
exception Update to ruby/spec@681e8cf 2020-09-30 12:39:20 +02:00
false
fiber relax Fiber#transfer's restriction 2020-10-12 22:58:41 +09:00
file Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
filetest
float
gc
hash Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
integer Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
io
kernel Ignore <internal: entries from core library methods for Kernel#warn(message, uplevel: n) 2020-10-26 08:47:33 +01:00
main
marshal Update to ruby/spec@bfd843a 2020-09-30 13:43:19 +02:00
matchdata
math
method Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
module Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
mutex
nil Update to ruby/spec@e829fb0 2020-09-17 11:42:26 +02:00
numeric numeric.c, range.c: prohibit zero step 2020-10-23 15:26:51 +09:00
objectspace Fix typos [ci skip] 2020-10-19 13:20:34 +09:00
proc
process spec/ruby/core/process/spawn_spec.rb: skip a test on Android 2020-10-01 13:27:32 +09:00
queue
random
range Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
rational
regexp
signal
sizedqueue
string Update to ruby/spec@9277d27 2020-09-30 12:21:48 +02:00
struct
symbol Update to ruby/spec@e829fb0 2020-09-17 11:42:26 +02:00
systemexit
thread Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
threadgroup
time
tracepoint
true Update to ruby/spec@e829fb0 2020-09-17 11:42:26 +02:00
unboundmethod Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
warning Fix Rubyspec (ruby-2.7) failures 2020-11-01 17:37:03 +09:00