diff options
| author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-03-25 03:39:00 +0000 |
|---|---|---|
| committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-03-25 03:39:00 +0000 |
| commit | 98131a6da113fa60401edd62db85309acdaa5ad7 (patch) | |
| tree | 99717c16de1e11bd38e545a1c72f35e9b60d4454 | |
| parent | e4d8dc5c46679eeba87fff52504e290385300aed (diff) | |
* NEWS: add Kernel#singleton_class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | NEWS | 4 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Thu Mar 25 12:37:37 2010 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> + + * NEWS: add Kernel#singleton_class. + Thu Mar 25 11:34:00 2010 Kenta Murata <mrkn@mrkn.jp> * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: @@ -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#== |
