ruby-changes:59616
From: Kazuhiro <ko1@a...>
Date: Sun, 5 Jan 2020 00:53:27 +0900 (JST)
Subject: [ruby-changes:59616] ce4d167778 (master): Fix output of example [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=ce4d167778 From ce4d167778fa8c5c2aad8af560b4ec9fdf4aea29 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Sun, 5 Jan 2020 00:52:43 +0900 Subject: Fix output of example [ci skip] diff --git a/trace_point.rb b/trace_point.rb index a8c46a0..d6fc3f7 100644 --- a/trace_point.rb +++ b/trace_point.rb @@ -183,7 +183,7 @@ class TracePoint https://github.com/ruby/ruby/blob/trunk/trace_point.rb#L183 # t.enable(target: method(:m1)) # # m1 - # # prints #<TracePoint:line@t...:5 in `m1'> + # # prints #<TracePoint:line@t...:4 in `m1'> # m2 # # prints nothing # -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/