1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add NEWS about Kernel#singleton_method r40684 [Feature #8391]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40725 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2013-05-14 08:42:58 +00:00
parent cd9165458b
commit c3f4598683

4
NEWS
View file

@ -22,6 +22,10 @@ with all sufficient information, see the ChangeLog file.
* extended methods:
* IO#seek accepts symbols (:CUR, :END, :SET) for 2nd argument.
* Kernel
* New methods:
* Kernel#singleton_method
* Mutex
* misc
* Mutex#owned? is no longer experimental.