module GemHadar::Utils

def xdg_config_filename(name)

Returns:
  • (String) - the full path to the configuration file

Parameters:
  • name (String) -- the name of the configuration file
def xdg_config_filename(name)
  xdg_config_home + name
end