summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-24 03:08:00 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-24 03:08:00 +0000
commitb5c0c4ee08196e5f6d7767e49012a13d66965f57 (patch)
treebcd0486696722f04ba5bfc0cf391257ce3df2f4b /NEWS
parent2ad0113746def243f84283bc4b7a4a24443a3946 (diff)
fix NEWS of __dir__
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 062bfd9bdc..4994614448 100644
--- a/NEWS
+++ b/NEWS
@@ -74,7 +74,8 @@ with all sufficient information, see the ChangeLog file.
* Kernel
* added method:
* added Kernel#Hash conversion method like Array() or Float().
- * added Kernel#__dir__ which returns a current dirname.
+ * added Kernel#__dir__ which returns the absolute path of the
+ directory of the file from which this method is called.
* added Kernel#caller_locations which returns an array of
frame information objects.
* extended method: