module RoHtmlHandler def doc(html) doc = ::Nokogiri::HTML.parse(html) if block_given? yield doc end end end