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.2.7 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2.8 lib/reducers/pass_through_reducer.rb
trafficbroker-mandy-0.2 lib/reducers/pass_through_reducer.rb
mandy-0.5.28 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.27 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.26 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.25 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.24 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.23 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.22 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.21 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.20 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.19 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.17 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.14 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.13 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.11 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.10 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.9 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.8 lib/mandy/reducers/pass_through_reducer.rb