Sha256: 490eccbc41fc025558208ebb1930652d5b859d30272aec333555373ed3f71317
Contents?: true
Size: 418 Bytes
Versions: 6
Compression:
Stored size: 418 Bytes
Contents
module Nokogiri module HTML class Document < XML::Document #### # Serialize this Document with +encoding+ using +options+ def serialize encoding = nil, options = XML::Node::SaveOptions::FORMAT | XML::Node::SaveOptions::AS_HTML | XML::Node::SaveOptions::NO_DECLARATION | XML::Node::SaveOptions::NO_EMPTY_TAGS super(encoding, options) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems