class Nokogiri::XML::Document

Constants

PRETTIFY_XSLT

Public Instance Methods

prettify() click to toggle source
# File lib/dor/utils/ng_tidy.rb, line 31
def prettify
  PRETTIFY_XSLT.transform(self).to_xml
end