Sha256: 74124d25b72f2f8b9ac0a51e31fe7e80e26a5c2fe3b6799b125cb277d4ca5598
Contents?: true
Size: 441 Bytes
Versions: 19
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true module Loofah module HTML4 # :nodoc: # # Subclass of Nokogiri::HTML4::Document. # # See Loofah::ScrubBehavior and Loofah::TextBehavior for additional methods. # class Document < Nokogiri::HTML4::Document include Loofah::ScrubBehavior::Node include Loofah::DocumentDecorator include Loofah::TextBehavior include Loofah::HtmlDocumentBehavior end end end
Version data entries
19 entries across 18 versions & 7 rubygems