Class: ActiveFedora::Indexers::NullIndexer

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/active_fedora/indexers/null_indexer.rb

Overview

An indexer which does nothing with the given index object.

Instance Method Summary collapse

Instance Method Details

#index(_) ⇒ Object



10
# File 'lib/active_fedora/indexers/null_indexer.rb', line 10

def index(_); end

#new(_) ⇒ Object



6
7
8
# File 'lib/active_fedora/indexers/null_indexer.rb', line 6

def new(_)
  self
end