class RuboCop::ConfigLoader

def clear_options

def clear_options
  @debug = nil
  @loaded_features = Set.new
  FileFinder.root_level = nil
end