ruby-changes:43736
From: nobu <ko1@a...>
Date: Wed, 3 Aug 2016 17:20:18 +0900 (JST)
Subject: [ruby-changes:43736] nobu:r55809 (trunk): NEWS: Kernel#clone [ci skip]
nobu 2016-08-03 17:20:13 +0900 (Wed, 03 Aug 2016) New Revision: 55809 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=55809 Log: NEWS: Kernel#clone [ci skip] * NEWS (Kernel#clone): mention freeze flag. [Feature #12300] Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 55808) +++ NEWS (revision 55809) @@ -61,6 +61,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L61 * Integer#digits for extracting columns of place-value notation [Feature #12447] +* Kernel + + * Kernel#clone now takes an optional keyword argument, freeze flag. + [Feature #12300] + * Regexp * Regexp#match? [Feature #8110] -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/