module Loofah

def scrub_html5_fragment(string_or_io, method)

Shortcut for Loofah::HTML5::DocumentFragment.parse(string_or_io).scrub!(method)
def scrub_html5_fragment(string_or_io, method)
  Loofah::HTML5::DocumentFragment.parse(string_or_io).scrub!(method)
end