Method: FileIndexer::Indexer#action

Defined in:
lib/file_indexer/indexer.rb

#actionObject

This is a Proc that will be called for every file and its result will be stored in the database



19
20
21
# File 'lib/file_indexer/indexer.rb', line 19

def action
  @action
end