diff --git a/trace_point.rb b/trace_point.rb index 42724486829c9c..7c2fdd525627ee 100644 --- a/trace_point.rb +++ b/trace_point.rb @@ -118,13 +118,11 @@ def self.stat Primitive.tracepoint_stat_s end - # Document-method: trace - # # call-seq: - # TracePoint.trace(*events) { |obj| block } -> obj + # TracePoint.trace(*events) { |obj| block } -> obj # - # A convenience method for TracePoint.new, that activates the trace - # automatically. + # A convenience method for TracePoint.new, that activates the trace + # automatically. # # trace = TracePoint.trace(:call) { |tp| [tp.lineno, tp.event] } # #=> #