Skip to content

Commit a39e724

Browse files
committed
* NEWS: update about new methods for Binding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 568c5a8 commit a39e724

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
Fri Aug 9 18:48:09 2013 Koichi Sasada <ko1@atdot.net>
26

37
* proc.c: add Binding#local_variable_get/set/defined?

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ with all sufficient information, see the ChangeLog file.
2424

2525
=== Core classes updates (outstanding ones only)
2626

27+
* Binding
28+
* New methods
29+
* Binding#local_variable_get(symbol)
30+
* Binding#local_variable_set(symbol)
31+
* Binding#local_variable_defined?(symbol)
32+
2733
* GC
2834
* added environment variable:
2935
* RUBY_HEAP_SLOTS_GROWTH_FACTOR: growth rate of the heap.

0 commit comments

Comments
 (0)