summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-19 12:52:37 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-19 12:52:37 +0000
commit54f282c2c4102e6b2d3c641054b3c08808788224 (patch)
tree4a2bae73b6c3118135083e95f0cb34d8de507dc0 /NEWS
parent62fed7c91a7a38e0469bbd454d1c4e8c373e91e5 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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=