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.
Actions