From ce4d167778fa8c5c2aad8af560b4ec9fdf4aea29 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Sun, 5 Jan 2020 00:52:43 +0900 Subject: [PATCH] Fix output of example [ci skip] --- trace_point.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace_point.rb b/trace_point.rb index a8c46a0a0e..d6fc3f713b 100644 --- a/trace_point.rb +++ b/trace_point.rb @@ -183,7 +183,7 @@ class TracePoint # t.enable(target: method(:m1)) # # m1 - # # prints # + # # prints # # m2 # # prints nothing #