module Loofah

def html5_fragment(*args, &block)

This method accepts the same parameters as Nokogiri::HTML5::DocumentFragment.parse

Shortcut for Loofah::HTML5::DocumentFragment.parse(*args, &block)
def html5_fragment(*args, &block)
  Loofah::HTML5::DocumentFragment.parse(*args, &block)
end