Module: Loofah::ScrubBehavior::NodeSet

Defined in:
lib/loofah/instance_methods.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#scrub!(scrubber) ⇒ Object



54
55
56
57
# File 'lib/loofah/instance_methods.rb', line 54

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