class RuntimeError
Extensions to the RunTimeError to support fOOrth
Public Instance Methods
message()
click to toggle source
Massage the messages a bit.
Calls superclass method
# File lib/fOOrth/monkey_patch/exceptions.rb, line 112 def message super.gsub(/frozen/, "protected") end