Class: FileSetWorks::Population::LowestPath
- Defined in:
- lib/fileset.rb
Instance Method Summary collapse
Methods inherited from EveryPath
Constructor Details
This class inherits a constructor from FileSetWorks::Population::EveryPath
Instance Method Details
#paths ⇒ Object
68 69 70 71 72 |
# File 'lib/fileset.rb', line 68 def paths @search_paths.reverse.each do |sp| yield sp end end |
#per_path(search_path) ⇒ Object
63 64 65 66 |
# File 'lib/fileset.rb', line 63 def per_path(search_path) @rep.create_in(search_path) throw :done end |