Sha256: 20c6a00a6c2ec0c3ec4392f3d6ae2963291caccf2e2b31384ac731f02ee26f22
Contents?: true
Size: 431 Bytes
Versions: 59
Compression:
Stored size: 431 Bytes
Contents
module Loofah module HTML # :nodoc: # # Subclass of Nokogiri::HTML::Document. # # See Loofah::ScrubBehavior and Loofah::TextBehavior for additional methods. # class Document < Nokogiri::HTML::Document include Loofah::ScrubBehavior::Node include Loofah::DocumentDecorator include Loofah::TextBehavior def serialize_root at_xpath("/html/body") end end end end
Version data entries
59 entries across 52 versions & 12 rubygems