From 54f282c2c4102e6b2d3c641054b3c08808788224 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 19 Nov 2011 12:52:37 +0000 Subject: * lib/pathname.rb (Pathname#find): return an enumerator if no block is given. * test/pathname/test_pathname.rb: add tests for above. [ruby-dev:44797] [Feature #5572] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2b1b7f5e23..58370a6a28 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,10 @@ with all sufficient information, see the ChangeLog file. * Net::IMAP.default_ssl_port * Net::IMAP.default_imaps_port +* pathname + * extended method: + * Pathname#find returns an enumerator if no block is given. + * resolv * new methods: * Resolv::DNS#timeouts= -- cgit v1.2.3