[前][次][番号順一覧][スレッド一覧]

ruby-changes:30386

From: ko1 <ko1@a...>
Date: Fri, 9 Aug 2013 19:14:37 +0900 (JST)
Subject: [ruby-changes:30386] ko1:r42465 (trunk): * NEWS: update about new methods for Binding.

ko1	2013-08-09 19:14:30 +0900 (Fri, 09 Aug 2013)

  New Revision: 42465

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42465

  Log:
    * NEWS: update about new methods for Binding.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42464)
+++ ChangeLog	(revision 42465)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Aug  9 19:13:54 2013  Koichi Sasada  <ko1@a...>
+
+	* NEWS: update about new methods for Binding.
+
 Fri Aug  9 18:48:09 2013  Koichi Sasada  <ko1@a...>
 
 	* proc.c: add Binding#local_variable_get/set/defined?
Index: NEWS
===================================================================
--- NEWS	(revision 42464)
+++ NEWS	(revision 42465)
@@ -24,6 +24,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L24
 
 === 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.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]