From c1785306e1dd5b771126aa469594d54c6fdc55e9 Mon Sep 17 00:00:00 2001 From: mame Date: Tue, 23 Sep 2008 00:03:42 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 38f538d52..b6f00ccfe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 23 09:01:15 2008 Yusuke Endoh + + * 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 * hash.c (env_aset): allow nil value to remove an entry. -- cgit