Module: Homeconf
- Defined in:
- lib/homeconf.rb,
lib/homeconf/init.rb,
lib/homeconf/errors.rb,
lib/homeconf/version.rb,
lib/homeconf/homeconf.rb,
lib/homeconf/file_finder.rb
Defined Under Namespace
Modules: FileFinder Classes: FileExistsError, FileNotFoundError, Homeconf, HomeconfDirNotFound, Init, InvalidHomeconfDir, SymlinkError
Constant Summary collapse
- INITD_DIRNAME =
'init.d'- VERSION =
'0.2.1'- DEFAULT_DIRECTORY_NAME =
'homeconf'- DEFAULT_DIRECTORY =
File.join(Dir.home, DEFAULT_DIRECTORY_NAME).freeze
- DEFAULT_HOMECONFIGNORE_FILE =
File.join(__dir__,'default_homeconfignore')
- IGNORE_FILE =
'.homeconfignore'
Class Attribute Summary collapse
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.logger ⇒ Object
Returns the value of attribute logger.
10 11 12 |
# File 'lib/homeconf.rb', line 10 def logger @logger end |