Method: Traject::ArrayWriter#put

Defined in:
lib/traject/array_writer.rb

#put(context) ⇒ Object



24
25
26
27
# File 'lib/traject/array_writer.rb', line 24

def put(context)
  contexts << context
  values << context.output_hash
end