Class: Kiba::Common::Transforms::EnumerableExploder

Inherits:
Object
  • Object
show all
Defined in:
lib/kiba-common/transforms/enumerable_exploder.rb

Instance Method Summary collapse

Instance Method Details

#process(row) ⇒ Object



5
6
7
8
# File 'lib/kiba-common/transforms/enumerable_exploder.rb', line 5

def process(row)
  row.each { |r| yield r }
  nil
end