Method: FileIndexer.new
- Defined in:
- lib/file_indexer.rb
.new(dirs, exts, db_file, &action) ⇒ Object
Equivalent to FileIndexer::Indexer.new(dirs, exts, db_file, &action)
8 9 10 |
# File 'lib/file_indexer.rb', line 8 def self.new(dirs, exts, db_file, &action) Indexer.new(dirs, exts, db_file, &action) end |