summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 12:48:24 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 12:48:24 +0000
commiteb8c2773cb57628c09b36243d74cb752327819a6 (patch)
tree34f507f3f35722bd5a271b1436d894ef9d1fda1e /NEWS
parent919fa894f5e0fed105ad1513cb8be0748ae46295 (diff)
RubyVM::InstructionSequence#each_child.
* iseq.c (iseqw_each_child): add RubyVM::InstructionSequence#each_child method for tools which want to manipulate ISeq. * test/ruby/test_iseq.rb: add a test for this method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61425 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 1cfbedad37..7e55a04b2d 100644
--- a/NEWS
+++ b/NEWS
@@ -163,6 +163,12 @@ with all sufficient information, see the ChangeLog file or Redmine
* Support new 5 emoji-related Unicode character properties
+* RubyVM::InstructionSequence
+
+ * New method:
+
+ * RubyVM::InstructionSequence#each_child
+
* String
* String#-@ deduplicates unfrozen strings. Already-frozen