Sha256: c0c969a6237f3bf214b8523587c6401139c926bb7709e72d704fcb6f0929d175
Contents?: true
Size: 441 Bytes
Versions: 19
Compression:
Stored size: 441 Bytes
Contents
# frozen_string_literal: true module Loofah module HTML5 # :nodoc: # # Subclass of Nokogiri::HTML5::Document. # # See Loofah::ScrubBehavior and Loofah::TextBehavior for additional methods. # class Document < Nokogiri::HTML5::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