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

* sample/test.rb: add block to proc to avoid warning.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2003-06-10 07:51:10 +00:00
parent e08f18becd
commit 3079dcab4a

View file

@ -961,7 +961,7 @@ end
m{p 'test'}
def m
test_ok(block_given?,&proc)
test_ok(block_given?,&proc{})
end
m{p 'test'}