Closed fnordfish closed 3 years ago
When Failure cleans the given root path from a backtrace, the Rexexp used for that will only be generated once, instead of once per line. It also uses sub! instead of gsub! b/c we can safely break after the first match.
Failure
sub!
gsub!
Great, thanks for this.
Description
When
Failure
cleans the given root path from a backtrace, the Rexexp used for that will only be generated once, instead of once per line. It also usessub!
instead ofgsub!
b/c we can safely break after the first match.Types of Changes
Testing