mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: add Kernel#singleton_class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e4d8dc5c46
commit
98131a6da1
2 changed files with 8 additions and 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:
|
||||
|
|
4
NEWS
4
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#==
|
||||
|
|
Loading…
Reference in a new issue