Class: FileSetWorks::Population::HighestPath

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

Instance Method Summary collapse

Methods inherited from EveryPath

#initialize, #paths, #populate

Constructor Details

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

Instance Method Details

#per_path(search_path) ⇒ Object



76
77
78
79
# File 'lib/fileset.rb', line 76

def per_path(search_path)
  @rep.create_in(search_path)
  throw :done
end