mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add NEWS about Warning.[] [Feature #16345] [ci skip]
This commit is contained in:
parent
5de284ec78
commit
1ed87dd3c4
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -474,6 +474,12 @@ UnboundMethod::
|
|||
p Foo.instance_method(:add_1).bind(obj).call(1) #=> 2
|
||||
p Foo.instance_method(:add_1).bind_call(obj, 1) #=> 2
|
||||
|
||||
Warning::
|
||||
|
||||
New method::
|
||||
|
||||
* Added Warning.[] and Warning.[]= to manage emit/suppress some categories of
|
||||
warnings. [Feature #16345]
|
||||
|
||||
$LOAD_PATH::
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue