Method: Filepath::SearchMethods#links

Defined in:
lib/filepath/filepath.rb


953
954
955
# File 'lib/filepath/filepath.rb', line 953

def links(recursive = false)
  entries('*', recursive).select_entries(:link)
end