Sha256: 11fbffecd1605869eb2e89071c34b1e02718623315f967630719888d546e1132

Contents?: true

Size: 192 Bytes

Versions: 25

Compression:

Stored size: 192 Bytes

Contents

module Mandy
  module Mappers
    class PassThroughMapper < Base
      def mapper(key,value)
        # default map is simply a pass-through
        emit(key, value)
      end
    end
  end
end

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
trafficbroker-mandy-0.2.7 lib/mappers/pass_through_mapper.rb
trafficbroker-mandy-0.2.8 lib/mappers/pass_through_mapper.rb
trafficbroker-mandy-0.2 lib/mappers/pass_through_mapper.rb
mandy-0.2.15 lib/mappers/pass_through_mapper.rb
mandy-0.2.14 lib/mappers/pass_through_mapper.rb