Module: FileIndexer

Defined in:
lib/file_indexer.rb,
lib/file_indexer/indexer.rb

Overview

Namespace for a simple file indexer

Defined Under Namespace

Classes: Indexer

Constant Summary collapse

VERSION =
[1, 0, 1]

Class Method Summary collapse

Class Method Details

.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