summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 14:46:59 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 14:46:59 +0000
commit3044138bd734cf94e09250ac1bcb0886c26cdb27 (patch)
treee1a0a176fc78504dfb88c9c009ca5badf4d21801 /NEWS
parentac40fc997b6b27c4f61084d9f6fae83ea251d614 (diff)
RubyVM::InstructionSequence#trace_points.
* iseq.c (iseqw_trace_points): add `RubyVM::InstructionSequence#trace_points` method for tools which want to manipulate ISeq (and traces). * test/ruby/test_iseq.rb: add a test for this method. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7e55a04b2d..a773dba580 100644
--- a/NEWS
+++ b/NEWS
@@ -168,6 +168,7 @@ with all sufficient information, see the ChangeLog file or Redmine
* New method:
* RubyVM::InstructionSequence#each_child
+ * RubyVM::InstructionSequence#trace_points
* String