Sha256: 15fd6f2919045a05b79fb3e7c09b1604f40271218111be7d55a964151d276cdc
Contents?: true
Size: 167 Bytes
Versions: 1
Compression:
Stored size: 167 Bytes
Contents
module BunnyCarrot module Strategy class Drop < Base def perform logger.info 'Dropping message...' acknowledge end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bunny_carrot-0.0.2 | lib/bunny_carrot/strategy/drop.rb |