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
mandy-0.5.7 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.6 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.5 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.3 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.2 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5.1 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.5 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.4.996 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.4.995 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.4.994 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.4.993 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.4.992 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.4.991 lib/mandy/reducers/pass_through_reducer.rb
mandy-0.4.99 lib/reducers/pass_through_reducer.rb
mandy-0.4.98 lib/reducers/pass_through_reducer.rb
mandy-0.4.97 lib/reducers/pass_through_reducer.rb
mandy-0.4.96 lib/reducers/pass_through_reducer.rb
mandy-0.4.95 lib/reducers/pass_through_reducer.rb
mandy-0.4.94 lib/reducers/pass_through_reducer.rb
mandy-0.4.93 lib/reducers/pass_through_reducer.rb