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