Class: LHC::BodyScrubber

Inherits:
Scrubber show all
Defined in:
lib/lhc/scrubbers/body_scrubber.rb

Constant Summary

Constants inherited from Scrubber

Scrubber::SCRUB_DISPLAY

Instance Attribute Summary

Attributes inherited from Scrubber

#scrubbed

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ BodyScrubber

Returns a new instance of BodyScrubber.



4
5
6
7
8
# File 'lib/lhc/scrubbers/body_scrubber.rb', line 4

def initialize(data)
  super(data)
  parse!
  scrub!
end