Class: FSLayer::Index
- Inherits:
-
Object
- Object
- FSLayer::Index
- Defined in:
- lib/fs_layer/index.rb
Class Method Summary collapse
Class Method Details
.known_files ⇒ Object
3 4 5 |
# File 'lib/fs_layer/index.rb', line 3 def self.known_files @known_files ||= [] end |
.organize(file) ⇒ Object
7 8 9 |
# File 'lib/fs_layer/index.rb', line 7 def self.organize file known_files << file end |