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:
parent
b594005c72
commit
ce4d167778
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue