Class: Utils::ConfigFile::Search

Inherits:
FileFinder show all
Defined in:
lib/utils/config_file.rb

Overview

A configuration class for search operations.

This class manages the configuration settings for searching files and directories while filtering out unwanted entries based on configured patterns. It inherits from FileFinder and provides functionality to define which directories should be pruned and which files should be skipped during search processes.

Method Summary

Methods inherited from FileFinder

#prune?, #skip?

Methods inherited from BlockConfig

config, inherited, #initialize, #to_ruby

Constructor Details

This class inherits a constructor from Utils::ConfigFile::BlockConfig