summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 08:34:49 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 08:34:49 +0000
commitcea5f5aaee52ef756a6f7c200b0b37f9c63c01c0 (patch)
tree382290807df64dd418a43e99c5d53e8f9938958c /NEWS
parent2caaae0707ce0ed9920512f54329ae8e4a0c1018 (diff)
Pathname#glob method implemented.
[ruby-core:49373] [Feature #7360] proposed by Alexander E. Fischer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60238 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 0866aaffcb..e7be2fe238 100644
--- a/NEWS
+++ b/NEWS
@@ -150,6 +150,10 @@ with all sufficient information, see the ChangeLog file or Redmine
environment variable if the system's environment variable is multiuser
safe. [Bug #12921]
+* Pathname
+ * New method:
+ * Pathname#glob [Feature #7360]
+
* RbConfig
* New constants:
* RbConfig::LIMITS is added to provide the limits of C types.