class Honeybadger::Config::Mash

def get(key)

def get(key)
  k = key.to_sym
  return hash[k] if hash.has_key?(k)
  config.get(k)
end