class LHC::BodyScrubber

def initialize(data)

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