1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* NEWS: [DOC] mention about Binding#local_variables, introduced at

r44392 (see [Feature #8773]).


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2014-07-01 14:51:13 +00:00
parent 71336a03fa
commit 061e4c3f7a
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
Tue Jul 1 23:46:34 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* NEWS: [DOC] mention about Binding#local_variables, introduced at
r44392 (see [Feature #8773]).
Tue Jul 1 23:30:51 2014 CHIKANAGA Tomoyuki <nagachika@ruby-lang.org>
* numeric.c (num_step_scan_args): table argument of rb_get_kwargs() is

4
NEWS
View file

@ -15,6 +15,10 @@ with all sufficient information, see the ChangeLog file.
=== Core classes updates (outstanding ones only)
* Binding
* New methods:
* Binding#local_variables
* Enumerable
* New methods:
* Enumerable#slice_after