Class: FileSetWorks::Population::LowestPath

Inherits:
EveryPath
  • Object
show all
Defined in:
lib/fileset.rb

Instance Method Summary collapse

Methods inherited from EveryPath

#initialize, #populate

Constructor Details

This class inherits a constructor from FileSetWorks::Population::EveryPath

Instance Method Details

#pathsObject



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