mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS: update about new methods for Binding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
568c5a8193
commit
a39e724dfe
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Fri Aug 9 19:13:54 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* NEWS: update about new methods for Binding.
|
||||||
|
|
||||||
Fri Aug 9 18:48:09 2013 Koichi Sasada <ko1@atdot.net>
|
Fri Aug 9 18:48:09 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* proc.c: add Binding#local_variable_get/set/defined?
|
* proc.c: add Binding#local_variable_get/set/defined?
|
||||||
|
|
6
NEWS
6
NEWS
|
@ -24,6 +24,12 @@ with all sufficient information, see the ChangeLog file.
|
||||||
|
|
||||||
=== Core classes updates (outstanding ones only)
|
=== Core classes updates (outstanding ones only)
|
||||||
|
|
||||||
|
* Binding
|
||||||
|
* New methods
|
||||||
|
* Binding#local_variable_get(symbol)
|
||||||
|
* Binding#local_variable_set(symbol)
|
||||||
|
* Binding#local_variable_defined?(symbol)
|
||||||
|
|
||||||
* GC
|
* GC
|
||||||
* added environment variable:
|
* added environment variable:
|
||||||
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.
|
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue