mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix comment
This commit is contained in:
parent
d8dfabbfe6
commit
3cad54a246
Notes:
git
2022-03-30 10:15:01 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class TracePoint
|
|||
# # trace is still enabled
|
||||
#
|
||||
# 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
|
||||
# If target and target_line are both nil, then target_thread will default
|
||||
# to the current thread if a block is given.
|
||||
#
|
||||
# trace.enabled?
|
||||
|
|
Loading…
Reference in a new issue