Sha256: 9a0dd65a77dc13d7711c7bc7dc8a251c2d9ce20b2af74f4de39e72cd283ec662
Contents?: true
Size: 246 Bytes
Versions: 2
Compression:
Stored size: 246 Bytes
Contents
module Alephant module Publisher module SQSHelper class Archiver attr_reader :cache def initialize(cache) @cache = cache end def see(m) m end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
alephant-publisher-0.2.7 | lib/alephant/publisher/archive.rb |
alephant-publisher-0.2.6 | lib/alephant/publisher/archive.rb |