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
Nobuyoshi Nakada b0e9db65c3
Include the standard id command output
On macOS, GNU coreutils `id` is limited to NGROUPS_MAX groups,
because of the backward compatibility of getgroups(2).
2020-01-09 15:58:46 +09:00
..
argf Fixed misspellings 2019-12-20 09:32:42 +09:00
array
basicobject
binding Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__ 2020-01-03 20:13:09 -08:00
builtin_constants Update to ruby/spec@d419e74 2019-12-27 16:46:08 +01:00
class
comparable
complex
data
dir
encoding Update to ruby/spec@7241f39 2019-12-27 17:36:07 +01:00
enumerable
enumerator
env Fixed misspellings 2019-12-20 09:32:42 +09:00
exception Update to ruby/spec@7241f39 2019-12-27 17:36:07 +01:00
false
fiber
file Get rid of false positive misspellings 2019-12-24 10:33:32 +09:00
filetest
float
gc Update to ruby/spec@d419e74 2019-12-27 16:46:08 +01:00
hash
integer Fixed misspellings 2019-12-20 09:32:42 +09:00
io Update specs for keyword argument separation 2020-01-02 18:40:45 -08:00
kernel Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__ 2020-01-03 20:13:09 -08:00
main
marshal
matchdata
math
method Decide lambdaness of (f << g) using g (#2729) 2019-12-30 17:47:58 -05:00
module Fixed misspellings 2019-12-20 09:32:42 +09:00
mutex
nil
numeric
objectspace
proc Fix Proc#<< spec 2019-12-30 18:13:55 -05:00
process Include the standard id command output 2020-01-09 15:58:46 +09:00
queue
random
range
rational
regexp
signal
sizedqueue
string Update to ruby/spec@d419e74 2019-12-27 16:46:08 +01:00
struct
symbol Update to ruby/spec@d419e74 2019-12-27 16:46:08 +01:00
systemexit
thread Update to ruby/spec@d419e74 2019-12-27 16:46:08 +01:00
threadgroup
time Fixed misspellings 2019-12-20 09:32:42 +09:00
tracepoint
true
unboundmethod
warning