summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-09 10:14:30 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-09 10:14:30 +0000
commita39e724dfe64a7f50d9e024b73bfcad16ded2322 (patch)
treeaf6056cc83c84a7cff27cd821ae0d7a587c79fb3 /NEWS
parent568c5a8193006d12a47befaf493d1bbd76a5a5cd (diff)
* NEWS: update about new methods for Binding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
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.