summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 03:39:00 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-25 03:39:00 +0000
commit98131a6da113fa60401edd62db85309acdaa5ad7 (patch)
tree99717c16de1e11bd38e545a1c72f35e9b60d4454 /NEWS
parente4d8dc5c46679eeba87fff52504e290385300aed (diff)
* NEWS: add Kernel#singleton_class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27041 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 4821eb6cf6..0c1cfe48f2 100644
--- a/NEWS
+++ b/NEWS
@@ -92,6 +92,10 @@ with all sufficient information, see the ChangeLog file.
* IO::WaitWritable
They are used to extend non-blocking exceptions.
+ * Kernel
+ * new method:
+ * Kernel#singleton_class
+
* MatchData
* New method:
* MatchData#==