Module: Loofah::ScrubBehavior::NodeSet

Defined in:
lib/loofah/concerns.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#scrub!(scrubber) ⇒ Object



52
53
54
55
# File 'lib/loofah/concerns.rb', line 52

def scrub!(scrubber)
  each { |node| node.scrub!(scrubber) }
  self
end