Sha256: 08b3f16c4e1bf94997e9c9a2f511a65482cb519c66e092561cf6cf207a8e0864

Contents?: true

Size: 173 Bytes

Versions: 93

Compression:

Stored size: 173 Bytes

Contents

module Mandy
  module Reducers
    class PassThroughReducer < Base
      def reducer(key,values)
        values.each {|value| emit(key, value) }
      end
    end
  end
end

Version data entries

93 entries across 93 versions & 2 rubygems

Version Path
trafficbroker-mandy-0.1.5 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.1.6 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.1.7 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.1.8 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.1.9 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.10 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.11 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.12 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.13 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.2 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.3 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.4.2 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.4.3 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.4.4 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.4.5 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.4.6 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.4 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.5.1 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.5 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.6 lib/reducers/pass_through_reducer.rb