diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Fri Aug 9 19:13:54 2013 Koichi Sasada <[email protected]> + + * NEWS: update about new methods for Binding. + Fri Aug 9 18:48:09 2013 Koichi Sasada <[email protected]> * proc.c: add Binding#local_variable_get/set/defined? @@ -24,6 +24,12 @@ with all sufficient information, see the ChangeLog file. === 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 * added environment variable: * RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap. |