Method: Mutant::Transform::Error#compact_message
- Defined in:
- lib/mutant/transform.rb
#compact_message ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Compact error message
37 38 39 |
# File 'lib/mutant/transform.rb', line 37 def COMPACT % { path:, message: trace.last. } end |