mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: Be more precise about singleton_class.ancestors change
[Feature #8035] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b7d708c3f1
commit
246102b536
1 changed files with 2 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -26,7 +26,8 @@ with all sufficient information, see the ChangeLog file.
|
|||
|
||||
* Module#ancestors
|
||||
|
||||
The ancestors of a singleton class now include that singleton class.
|
||||
The ancestors of a singleton class now include singleton classes,
|
||||
in particular itself.
|
||||
|
||||
=== Stdlib updates (outstanding ones only)
|
||||
|
||||
|
|
Loading…
Reference in a new issue