module Rails::HTML::Concern::Parser::HTML4

Public Instance Methods

parse_fragment(html) click to toggle source
# File lib/rails/html/sanitizer.rb, line 45
def parse_fragment(html)
  Loofah.html4_fragment(html)
end