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

suppress warning: ambiguous first argument; put parentheses or a space even after `/' operator

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-06-13 08:42:02 +00:00
parent 712a570f56
commit a34ca0c98d

View file

@ -1 +1 @@
exclude /_stack_size$/, 'often too expensive'
exclude(/_stack_size$/, 'often too expensive')