Module: EasyConfig::PathResolver

Defined in:
lib/easy_config/path_resolver.rb

Class Method Summary collapse

Class Method Details

.clear!Object



7
8
9
# File 'lib/easy_config/path_resolver.rb', line 7

def clear!
  @config_paths = nil
end

.config_pathsObject



3
4
5
# File 'lib/easy_config/path_resolver.rb', line 3

def config_paths
  @config_paths ||= [default_config_path].compact
end