ruby-changes:50611
From: mrkn <ko1@a...>
Date: Thu, 15 Mar 2018 21:01:15 +0900 (JST)
Subject: [ruby-changes:50611] mrkn:r62764 (trunk): NEWS: add descriptions of [Feature #12732]
mrkn 2018-03-15 21:01:08 +0900 (Thu, 15 Mar 2018) New Revision: 62764 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62764 Log: NEWS: add descriptions of [Feature #12732] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 62763) +++ NEWS (revision 62764) @@ -68,6 +68,14 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L68 * Kernel + * Kernel.#Complex takes :exception option to specify the way of error handling [Feature #12732] + + * Kernel.#Float takes :exception option to specify the way of error handling [Feature #12732] + + * Kernel.#Integer takes :exception option to specify the way of error handling [Feature #12732] + + * Kernel.#Rational takes :exception option to specify the way of error handling [Feature #12732] + * Kernel.#system takes :exception option to raise an exception on failure. [Feature #14386] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/