module Loofah

def scrub_html4_fragment(string_or_io, method)

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