1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* expand tabs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2019-04-13 00:56:14 +00:00
parent d3da5fbd30
commit a73dae4c53

2
proc.c
View file

@ -710,7 +710,7 @@ proc_new(VALUE klass, int8_t is_lambda)
rb_raise(rb_eArgError, proc_without_block);
}
else {
rb_warn("Capturing the given block using Proc.new is deprecated; use `&block` instead");
rb_warn("Capturing the given block using Proc.new is deprecated; use `&block` instead");
}
}
#else