Module: Loofah::HtmlDocumentBehavior::ClassMethods
- Defined in:
- lib/loofah/concerns.rb
Instance Method Summary collapse
Instance Method Details
#parse(*args, &block) ⇒ Object
135 136 137 |
# File 'lib/loofah/concerns.rb', line 135 def parse(*args, &block) remove_comments_before_html_element(super) end |