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

Fix comment

This commit is contained in:
Jeremy Evans 2022-02-08 08:55:49 -08:00
parent d8dfabbfe6
commit 3cad54a246
Notes: git 2022-03-30 10:15:01 +09:00

View file

@ -168,7 +168,7 @@ class TracePoint
# # trace is still enabled # # trace is still enabled
# #
# If a block is given, the trace will only be enabled during the block call. # 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. # to the current thread if a block is given.
# #
# trace.enabled? # trace.enabled?