FileSet
Module: FileSet
Overview
FileSet helper method for iterating and interacting with files inside a directory
Instance Method Summary
-
#glob(glob_pattern, file_path = nil) ⇒ Object
Iterates over every file in the glob pattern and yields to a block Returns the list of files matching the glob pattern FileSet.glob('padrino-core/application/*.rb', __FILE__) { |file| load file }.