Actions
Feature #16513
closedTracePoint#inspect to return "... file:line" instead of "...@file:line"
Feature #16513:
TracePoint#inspect to return "... file:line" instead of "...@file:line"
Description
Proc#to_s and Thread#to_s have changed, but TracePoint#inspect includes @.
I think changing TracePoint#inspect too is better for consistency.
Updated by Eregon (Benoit Daloze) over 6 years ago
+1 from me.
Updated by nguyenquangminh0711 (Quang-Minh Nguyen) about 6 years ago
I created a patch for this ticket here: https://github.com/ruby/ruby/pull/3391.
Updated by sawa (Tsuyoshi Sawada) about 6 years ago
- Subject changed from TracePoint#inspect returns "... file:line" instead of "...@file:line" to TracePoint#inspect to return "... file:line" instead of "...@file:line"
- Description updated (diff)
Updated by nguyenquangminh0711 (Quang-Minh Nguyen) about 6 years ago
- Status changed from Assigned to Closed
Applied in changeset git|1819652578e8f9fe3606f7a716ec4e427fc55f0a.
[Feature #16513] TracePoint#inspect returns "... file:line" (#3391)
Actions