Method: Traject::Indexer::EachRecordStep#inspect
- Defined in:
- lib/traject/indexer/step.rb
#inspect ⇒ Object
Over-ride inspect for outputting error messages etc.
86 87 88 |
# File 'lib/traject/indexer/step.rb', line 86 def inspect "(each_record at #{source_location})" end |