Module: Configer
Constant Summary collapse
- FILENAME =
'dir.conf'
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
Instance Method Details
#check_config_dir ⇒ Object
9 10 11 12 13 |
# File 'lib/librr/configer.rb', line 9 def check_config_dir conf_path = Settings::CONFIG_PATH FileUtils.mkpath(conf_path) unless File.directory?(conf_path) conf_path end |