diff options
author | Nguyễn Quang Minh <[email protected]> | 2020-08-06 09:56:24 +0700 |
---|---|---|
committer | <[email protected]> | 2020-08-06 11:56:24 +0900 |
commit | 1819652578e8f9fe3606f7a716ec4e427fc55f0a () | |
tree | 4b1fc8e695a0de3823f0c8542c71e886442404b6 /trace_point.rb | |
parent | bbbec4b87c1e66909f5bee9acd3e460b8c1ad663 (diff) |
[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)
* Fix debug documents to match Thread#to_s change (Feature #16412 ticket) * TracePoint#inspect returns "... file:line" (Feature #16513) * Guard older version of Ruby in Tracepoint inspection tests * Focus on current thread only when running TracePoint inspection test
Notes: Merged-By: ko1 <[email protected]>
-rw-r--r-- | trace_point.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -183,7 +183,7 @@ class TracePoint # t.enable(target: method(:m1)) # # m1 - # # prints #<TracePoint:[email protected]:4 in `m1'> # m2 # # prints nothing # |