Module: AbsoluteRenamer::UseConfig
- Included in:
- External, FileInfo, Parser, Processor, WithChildren
- Defined in:
- lib/absolute_renamer/use_config.rb
Overview
Module that provide configuration usage.
Instance Method Summary collapse
-
#conf ⇒ Object
Returns the configuration class.
Instance Method Details
#conf ⇒ Object
Returns the configuration class
7 8 9 |
# File 'lib/absolute_renamer/use_config.rb', line 7 def conf @conf ||= AbsoluteRenamer::Config end |