diff options
| author | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-23 00:03:42 +0000 |
|---|---|---|
| committer | mame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-23 00:03:42 +0000 |
| commit | c1785306e1dd5b771126aa469594d54c6fdc55e9 (patch) | |
| tree | 9ab10a31bcca7374615f35c67f6418a3d4617855 /ChangeLog | |
| parent | 0d9eecdb1a9427741b4f8c0f3a42c007510b6dd0 (diff) | |
| download | ruby-c1785306e1dd5b771126aa469594d54c6fdc55e9.tar.gz ruby-c1785306e1dd5b771126aa469594d54c6fdc55e9.tar.xz ruby-c1785306e1dd5b771126aa469594d54c6fdc55e9.zip | |
* lib/pathname.rb (each_filename): return Enumerator if no block
given.
* test/pathname/test_pathname.rb: add a test for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Sep 23 09:01:15 2008 Yusuke Endoh <mame@tsg.ne.jp> + + * lib/pathname.rb (each_filename): return Enumerator if no block + given. + + * test/pathname/test_pathname.rb: add a test for above. + Tue Sep 23 08:25:56 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * hash.c (env_aset): allow nil value to remove an entry. |
