Class: ElasticGraph::Indexer::IndexingPreparers::NoOp
- Inherits:
-
Object
- Object
- ElasticGraph::Indexer::IndexingPreparers::NoOp
- Defined in:
- lib/elastic_graph/indexer/indexing_preparers/no_op.rb
Class Method Summary collapse
Class Method Details
.prepare_for_indexing(value) ⇒ Object
13 14 15 |
# File 'lib/elastic_graph/indexer/indexing_preparers/no_op.rb', line 13 def self.prepare_for_indexing(value) value end |