* NEWS: Add privacy of respond_to_missing? & al as a potential incompatibility
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1727511e85
commit
a3d592b47a
6
NEWS
6
NEWS
@ -498,6 +498,12 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* Kernel#respond_to? against a protected method now returns false
|
* Kernel#respond_to? against a protected method now returns false
|
||||||
unless the second argument is true.
|
unless the second argument is true.
|
||||||
|
|
||||||
|
* Kernel#respond_to_missing?
|
||||||
|
* Kernel#initialize_clone
|
||||||
|
* Kernel#initialize_dup
|
||||||
|
|
||||||
|
These methods are now private.
|
||||||
|
|
||||||
* Dir.mktmpdir in lib/tmpdir.rb
|
* Dir.mktmpdir in lib/tmpdir.rb
|
||||||
|
|
||||||
See above.
|
See above.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user