From a39e724dfe64a7f50d9e024b73bfcad16ded2322 Mon Sep 17 00:00:00 2001 From: ko1 Date: Fri, 9 Aug 2013 10:14:30 +0000 Subject: [PATCH] * NEWS: update about new methods for Binding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ NEWS | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index edfecb3acc..d7e1c7a0ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 9 19:13:54 2013 Koichi Sasada + + * NEWS: update about new methods for Binding. + Fri Aug 9 18:48:09 2013 Koichi Sasada * proc.c: add Binding#local_variable_get/set/defined? diff --git a/NEWS b/NEWS index f27a26f25b..5bc2bf2bf9 100644 --- a/NEWS +++ b/NEWS @@ -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.