We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568c5a8 commit a39e724Copy full SHA for a39e724
ChangeLog
@@ -1,3 +1,7 @@
1
+Fri Aug 9 19:13:54 2013 Koichi Sasada <ko1@atdot.net>
2
+
3
+ * NEWS: update about new methods for Binding.
4
5
Fri Aug 9 18:48:09 2013 Koichi Sasada <ko1@atdot.net>
6
7
* proc.c: add Binding#local_variable_get/set/defined?
NEWS
@@ -24,6 +24,12 @@ with all sufficient information, see the ChangeLog file.
24
25
=== Core classes updates (outstanding ones only)
26
27
+* Binding
28
+ * New methods
29
+ * Binding#local_variable_get(symbol)
30
+ * Binding#local_variable_set(symbol)
31
+ * Binding#local_variable_defined?(symbol)
32
33
* GC
34
* added environment variable:
35
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.
0 commit comments