This commit is contained in:
Jeremy Evans 2022-02-08 08:55:49 -08:00
Родитель d8dfabbfe6
Коммит 3cad54a246
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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?