class Yell::Silencer::PresetNotFound

Public Instance Methods

message() click to toggle source
# File lib/yell/silencer.rb, line 8
def message; "Could not find a preset for #{super.inspect}"; end