module Guard

def _relative_pathnames(paths)

def _relative_pathnames(paths)
  paths.map { |path| _relative_pathname(path) }
end