module GemHadar::Utils
def xdg_config_filename(name)
-
(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
(String)
- the full path to the configuration file
name
(String
)
-- the name of the configuration file
def xdg_config_filename(name) xdg_config_home + name end