1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2001-06-19 05:28:10 +00:00
parent 9d51cf8a6a
commit a74a6b0d91

View file

@ -1,3 +1,8 @@
: Proc#yield
Added. This is equivalent to Proc#call except it does not check the
number of given arguments, which are thus passed to the proc as-is.
: File#fnmatch, File::Constants::FNM_*
Added. Refer to the fnmatch(3) manpage for details.