module Utils::XDG::AppDir
def self.pathify(path)
-
(XDGPathname)- A path as XDGPathname
Parameters:
-
path(String) -- The path to convert
def self.pathify(path) XDGPathname.new(path).expand_path end
(XDGPathname)
- A path as XDGPathname
path
(String)
-- The path to convert
def self.pathify(path) XDGPathname.new(path).expand_path end