class EacRubyUtils::Configs

def default_storage_path

def default_storage_path
  ::File.join(ENV['HOME'], '.config', configs_key, 'settings.yml')
end