Class: Utils::ConfigFile::Classify
- Inherits:
-
BlockConfig
- Object
- BlockConfig
- Utils::ConfigFile::Classify
- Defined in:
- lib/utils/config_file.rb
Instance Method Summary collapse
-
#shift_path_by_default ⇒ Integer
The shift_path_by_default method configuration accessor.
Methods inherited from BlockConfig
config, inherited, #initialize, #to_ruby
Constructor Details
This class inherits a constructor from Utils::ConfigFile::BlockConfig
Instance Method Details
#shift_path_by_default ⇒ Integer
The shift_path_by_default method configuration accessor
This method provides access to the shift_path_by_default configuration setting which determines the default path shifting value used in various operations.
661 |
# File 'lib/utils/config_file.rb', line 661 config :shift_path_by_default, 0 |