ruby-changes:59395
From: Nobuyoshi <ko1@a...>
Date: Mon, 23 Dec 2019 11:28:54 +0900 (JST)
Subject: [ruby-changes:59395] 1ed87dd3c4 (master): Add NEWS about Warning.[] [Feature #16345] [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=1ed87dd3c4 From 1ed87dd3c4fb085955bb3848579a3ed7aba38507 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Sun, 22 Dec 2019 13:56:20 +0900 Subject: Add NEWS about Warning.[] [Feature #16345] [ci skip] diff --git a/NEWS b/NEWS index ac71d7d..a804953 100644 --- a/NEWS +++ b/NEWS @@ -474,6 +474,12 @@ UnboundMethod:: https://github.com/ruby/ruby/blob/trunk/NEWS#L474 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:: -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/