1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix output of example [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-01-05 00:52:43 +09:00
parent b594005c72
commit ce4d167778
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -183,7 +183,7 @@ class TracePoint
# t.enable(target: method(:m1))
#
# m1
# # prints #<TracePoint:line@test.rb:5 in `m1'>
# # prints #<TracePoint:line@test.rb:4 in `m1'>
# m2
# # prints nothing
#