class Rails::Paths::Path

def existent_directories

def existent_directories
  expanded.select { |d| File.directory?(d) }
end