module Utils::XDG::AppDir

def self.pathify(path)

Returns:
  • (XDGPathname) - A path as XDGPathname

Parameters:
  • path (String) -- The path to convert
def self.pathify(path)
  XDGPathname.new(path).expand_path
end