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 58325daae3 Make String methods return String instances when called on a subclass instance
This modifies the following String methods to return String instances
instead of subclass instances:

* String#*
* String#capitalize
* String#center
* String#chomp
* String#chop
* String#delete
* String#delete_prefix
* String#delete_suffix
* String#downcase
* String#dump
* String#each/#each_line
* String#gsub
* String#ljust
* String#lstrip
* String#partition
* String#reverse
* String#rjust
* String#rpartition
* String#rstrip
* String#scrub
* String#slice!
* String#slice/#[]
* String#split
* String#squeeze
* String#strip
* String#sub
* String#succ/#next
* String#swapcase
* String#tr
* String#tr_s
* String#upcase

This also fixes a bug in String#swapcase where it would return the
receiver instead of a copy of the receiver if the receiver was the
empty string.

Some string methods were left to return subclass instances:

* String#+@
* String#-@

Both of these methods will return the receiver (subclass instance)
in some cases, so it is best to keep the returned class consistent.

Fixes [#10845]
2020-11-20 16:30:23 -08:00
..
argf
array Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
basicobject
binding 2.8 -> 3.0 in specs 2020-09-15 21:56:00 +02:00
builtin_constants
class Improve error message when subclassing non-Class 2020-11-13 07:06:13 -08: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@b0b7f53 2020-11-13 13:17:24 +01:00
false
fiber Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
file Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
filetest
float Update to ruby/spec@335eb9b 2020-08-28 20:26:02 +02:00
gc
hash Update to ruby/spec@4f59d86 2020-10-24 15:53:53 +02:00
integer Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
io Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
kernel Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +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@b0b7f53 2020-11-13 13:17:24 +01:00
mutex 2.8 -> 3.0 in specs 2020-09-15 21:56:00 +02:00
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 2.8 -> 3.0 in specs 2020-09-15 21:56:00 +02:00
process Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
queue
random
range Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
rational
regexp 2.8 -> 3.0 in specs 2020-09-15 21:56:00 +02:00
signal
sizedqueue
string Make String methods return String instances when called on a subclass instance 2020-11-20 16:30:23 -08:00
struct
symbol Update to ruby/spec@e829fb0 2020-09-17 11:42:26 +02:00
systemexit
thread Update to ruby/spec@b0b7f53 2020-11-13 13:17:24 +01:00
threadgroup
time 2.8 -> 3.0 in specs 2020-09-15 21:56:00 +02:00
tracepoint 2.8 -> 3.0 in specs 2020-09-15 21:56:00 +02:00
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