ruby-changes:34558
From: usa <ko1@a...>
Date: Tue, 1 Jul 2014 23:51:17 +0900 (JST)
Subject: [ruby-changes:34558] usa:r46639 (trunk): * NEWS: [DOC] mention about Binding#local_variables, introduced at
usa 2014-07-01 23:51:13 +0900 (Tue, 01 Jul 2014) New Revision: 46639 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46639 Log: * NEWS: [DOC] mention about Binding#local_variables, introduced at r44392 (see [Feature #8773]). Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 46638) +++ ChangeLog (revision 46639) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Jul 1 23:46:34 2014 NAKAMURA Usaku <usa@r...> + + * NEWS: [DOC] mention about Binding#local_variables, introduced at + r44392 (see [Feature #8773]). + Tue Jul 1 23:30:51 2014 CHIKANAGA Tomoyuki <nagachika@r...> * numeric.c (num_step_scan_args): table argument of rb_get_kwargs() is Index: NEWS =================================================================== --- NEWS (revision 46638) +++ NEWS (revision 46639) @@ -15,6 +15,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L15 === Core classes updates (outstanding ones only) +* Binding + * New methods: + * Binding#local_variables + * Enumerable * New methods: * Enumerable#slice_after -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/