Method: Dotify::Collection#linked

Defined in:
lib/dotify/collection.rb

#linkedObject

Linked files are those files which have a symbolic link pointing to the Dotify file.



26
27
28
# File 'lib/dotify/collection.rb', line 26

def linked
  select(&:linked?)
end