class Enzymator::Aggregations::MergeHashes

Public Class Methods

new(config = {}) click to toggle source
Calls superclass method Enzymator::Aggregations::Base::new
# File lib/enzymator/aggregations/merge_hashes.rb, line 5
def initialize(config = {})
  super

  @transformation = Enzymator::Transformations::Foldable::Reduction.new
  # Merge is the default reduction operation for hashes
end