class Envirobly::Config

def config_file?(file)

def config_file?(file)
  file == BASE || file.match?(OVERRIDES_PATTERN)
end