Update comment for TracePoint#enable
Co-authored-by: Benoit Daloze <eregontp@gmail.com>
This commit is contained in:
parent
3c6a0033e3
commit
750e18594b
Notes:
git
2022-03-30 10:15:03 +09:00
@ -167,7 +167,7 @@ class TracePoint
|
||||
# trace.enable #=> true (previous state)
|
||||
# # trace is still enabled
|
||||
#
|
||||
# If a block is given, the trace will only be enabled within the scope of the
|
||||
# If a block is given, the trace will only be enabled during the block call.
|
||||
# block. If target and target_line are both nil, then target_thread will default
|
||||
# to the current thread if a block is given.
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user