From b5c0c4ee08196e5f6d7767e49012a13d66965f57 Mon Sep 17 00:00:00 2001 From: nari Date: Thu, 24 Jan 2013 03:08:00 +0000 Subject: [PATCH] fix NEWS of __dir__ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: