ruby-changes:29246
From: shugo <ko1@a...>
Date: Fri, 14 Jun 2013 14:35:23 +0900 (JST)
Subject: [ruby-changes:29246] shugo:r41298 (trunk): * NEWS: add a note for Module#using.
shugo 2013-06-14 14:35:11 +0900 (Fri, 14 Jun 2013) New Revision: 41298 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41298 Log: * NEWS: add a note for Module#using. Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 41297) +++ ChangeLog (revision 41298) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Fri Jun 14 14:33:47 2013 Shugo Maeda <shugo@r...> + + * NEWS: add a note for Module#using. + Fri Jun 14 13:40:27 2013 Nobuyoshi Nakada <nobu@r...> * .travis.yml (before_script): update config files. Index: NEWS =================================================================== --- NEWS (revision 41297) +++ NEWS (revision 41298) @@ -26,6 +26,11 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L26 * New methods: * Kernel#singleton_method +* Module + * New methods: + * Module#using, which activates refinements of the specified module only + in the current class or module definition. + * Mutex * misc * Mutex#owned? is no longer experimental. @@ -43,14 +48,14 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L48 === Core classes compatibility issues (excluding feature bug fixes) -* Kernel#untrusted?, untrust, and trust - * These methods are deprecated and their behavior is same as tainted?, - taint, and untaint, respectively. If $VERBOSE is true, they show warnings. - * IO * incompatible changes: * open ignore internal encoding if external encoding is ASCII-8BIT. +* Kernel#untrusted?, untrust, and trust + * These methods are deprecated and their behavior is same as tainted?, + taint, and untaint, respectively. If $VERBOSE is true, they show warnings. + * Module#ancestors * The ancestors of a singleton class now include singleton classes, in particular itself. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/