Class: FSSM::Tree::Cache
- Inherits:
-
Object
- Object
- FSSM::Tree::Cache
- Includes:
- CacheDebug, NodeBase, NodeEnumerable, NodeInsertion
- Defined in:
- lib/fssm/tree.rb
Instance Method Summary collapse
- #directories ⇒ Object
- #files ⇒ Object
- #links ⇒ Object (also: #symlinks)
- #set(path) ⇒ Object
Methods included from CacheDebug
Methods included from NodeInsertion
Methods included from NodeBase
Methods included from NodeEnumerable
Instance Method Details
#directories ⇒ Object
156 157 158 |
# File 'lib/fssm/tree.rb', line 156 def directories ftype('directory') end |
#files ⇒ Object
152 153 154 |
# File 'lib/fssm/tree.rb', line 152 def files ftype('file') end |
#links ⇒ Object Also known as: symlinks
160 161 162 |
# File 'lib/fssm/tree.rb', line 160 def links ftype('link') end |