class Yell::Silencer::PresetNotFound
Public Instance Methods
message()
click to toggle source
# File lib/yell/silencer.rb, line 7 def message; "Could not find a preset for #{super.inspect}"; end