Method: Filepath::SearchMethods#links
- Defined in:
- lib/filepath/filepath.rb
#links(recursive = false) ⇒ Object
953 954 955 |
# File 'lib/filepath/filepath.rb', line 953 def links(recursive = false) entries('*', recursive).select_entries(:link) end |