Class: LHC::CacheScrubber
- Defined in:
- lib/lhc/scrubbers/cache_scrubber.rb
Constant Summary
Constants inherited from Scrubber
Instance Attribute Summary
Attributes inherited from Scrubber
Instance Method Summary collapse
-
#initialize(data) ⇒ CacheScrubber
constructor
A new instance of CacheScrubber.
Constructor Details
#initialize(data) ⇒ CacheScrubber
Returns a new instance of CacheScrubber.
4 5 6 7 |
# File 'lib/lhc/scrubbers/cache_scrubber.rb', line 4 def initialize(data) super(data) end |