class Honeybadger::Config::Mash
def mash?(method)
def mash?(method) key = [prefix, method.to_s + '.'].compact.join('.') KEYS.any? {|k| k.start_with?(key) } end
def mash?(method) key = [prefix, method.to_s + '.'].compact.join('.') KEYS.any? {|k| k.start_with?(key) } end