# File lib/fssm/tree.rb, line 156 def directories ftype('directory') end
# File lib/fssm/tree.rb, line 152 def files ftype('file') end
# File lib/fssm/tree.rb, line 160 def links ftype('link') end
# File lib/fssm/tree.rb, line 145 def set(path) # all paths set from this level need to be absolute # realpath will fail on broken links path = FSSM::Pathname.for(path).expand_path super(path) end