git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nari 2013-01-24 03:08:00 +00:00
Родитель 2ad0113746
Коммит b5c0c4ee08
1 изменённых файлов: 2 добавлений и 1 удалений

3
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: