Method: RuntimeError#message

Defined in:
lib/fOOrth/monkey_patch/exceptions.rb

#messageObject

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 message
  msg = super
  msg["frozen"] && msg["frozen"] = "protected"
  msg
end