Method: RuntimeError#message
- Defined in:
- lib/fOOrth/monkey_patch/exceptions.rb
#message ⇒ Object
Massage the messages a bit
Endemic Code Smells
-
:reek:FeatureEnvy
114 115 116 117 118 |
# File 'lib/fOOrth/monkey_patch/exceptions.rb', line 114 def msg = super msg["frozen"] && msg["frozen"] = "protected" msg end |