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
Jean Boussier eff15a269f [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String
* Always the same frozen String for each of these values.
    * Avoids extra allocations whenever calling these 3 methods.
    * See [Feature #16150]
2019-09-27 13:52:33 +09:00
..
argf
array
basicobject
binding
builtin_constants
class
comparable
complex
dir Make test-all and test-spec runnable on Android 2019-09-09 20:24:03 +09:00
encoding
enumerable
enumerator Remove bad expectation in spec 2019-09-03 11:30:49 -07:00
env Fix documentation for ENV.each to return ENV 2019-09-20 12:18:07 -07:00
exception
false [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
fiber
file Add File.absolute_path? (#2198) 2019-09-05 20:00:50 +09:00
filetest
float
gc
hash
integer
io
kernel Move fixture path to last path 2019-08-17 15:12:45 +09:00
main
marshal
matchdata
math
method
module [EXPERIMENTAL] Make Module#name return a frozen String 2019-09-26 13:25:23 +02:00
mutex
nil [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
numeric
objectspace
proc Improve Proc#to_s specs 2019-09-08 12:41:14 +02:00
process Make test-all and test-spec runnable on Android 2019-09-09 20:24:03 +09:00
queue
random
range
rational
regexp
signal
sizedqueue
string
struct
symbol [EXPERIMENTAL] Make Symbol#to_s return a frozen String 2019-09-26 10:23:02 +02:00
systemexit
thread
threadgroup
time Refine Timezone fixture 2019-09-15 21:55:34 +09:00
tracepoint
true [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return a frozen String 2019-09-27 13:52:33 +09:00
unboundmethod spec/ruby/core/unboundmethod/bind_call_spec.rb: Add ruby_version_is guard 2019-08-30 11:49:42 +09:00
warning