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

ruby-changes:51419

From: yui-knk <ko1@a...>
Date: Sun, 10 Jun 2018 16:01:59 +0900 (JST)
Subject: [ruby-changes:51419] yui-knk:r63625 (trunk): NEWS: Add TracePoint#parameters which was introduced by r63562

yui-knk	2018-06-10 16:01:53 +0900 (Sun, 10 Jun 2018)

  New Revision: 63625

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63625

  Log:
    NEWS: Add TracePoint#parameters which was introduced by r63562

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 63624)
+++ NEWS	(revision 63625)
@@ -129,6 +129,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L129
 
   * String#split yields each substring to the block if given. [Feature #4780]
 
+* TracePoint
+
+  * New methods:
+
+    * TracePoint#parameters [Feature #14694]
+
 === Stdlib updates (outstanding ones only)
 
 * ERB

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

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