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
Koichi Sasada 182a408c2c
change Proc#to_s format ('@...' -> ' ...') (#2362)
Now Proc#to_s returns
"#<Proc:0x00000237a0f5f170@t.rb:1>".
However, it is convenient to select a file name by (double-)clicking
on some terminals by separating ' ' instead of '@' like
"#<Proc:0x00000237a0f5f170 t.rb:1>"
[Feature #16101]
2019-08-14 16:25:15 +09:00
..
argf
array
basicobject
binding Suppress warnings against locations in eval 2019-08-03 14:07:10 +09:00
builtin_constants
class
comparable
complex
dir
encoding
enumerable
enumerator
env
exception
false
fiber
file
filetest
float
gc
hash Split in two spec examples 2019-07-31 11:06:54 +02:00
integer
io Update to ruby/spec@0526d8f 2019-07-27 12:57:46 +02:00
kernel Suppress warnings against locations in eval 2019-08-03 14:07:10 +09:00
main
marshal
matchdata
math
method
module Fix typo: duplicated the [skip-ci] 2019-08-09 16:23:49 -07:00
mutex
nil
numeric
objectspace
proc change Proc#to_s format ('@...' -> ' ...') (#2362) 2019-08-14 16:25:15 +09:00
process
queue
random
range
rational
regexp
signal
sizedqueue
string
struct
symbol
systemexit
thread
threadgroup
time
tracepoint
true
unboundmethod
warning