Class: Utils::ConfigFile::SyncDir
- Inherits:
-
BlockConfig
- Object
- BlockConfig
- Utils::ConfigFile::SyncDir
- Defined in:
- lib/utils/config_file.rb
Instance Method Summary collapse
Methods inherited from BlockConfig
config, inherited, #initialize, #to_ruby
Constructor Details
This class inherits a constructor from Utils::ConfigFile::BlockConfig
Instance Method Details
#skip?(path) ⇒ Boolean
288 289 290 |
# File 'lib/utils/config_file.rb', line 288 def skip?(path) path =~ skip_path end |