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/proc/shared
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
..
call.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
call_arguments.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
compose.rb Update to ruby/spec@35a9fba 2019-01-20 20:38:57 +00:00
dup.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
equal.rb Update to ruby/spec@875a09e 2019-07-27 12:40:09 +02:00
to_s.rb change Proc#to_s format ('@...' -> ' ...') (#2362) 2019-08-14 16:25:15 +09:00