Class: XmlUtils::Formatters::Pretty

Inherits:
Default
  • Object
show all
Defined in:
lib/xmlutils/formatters.rb

Instance Attribute Summary

Attributes inherited from Default

#compact

Instance Method Summary collapse

Methods inherited from Default

#write, #write_element

Constructor Details

#initializePretty

Returns a new instance of Pretty.



86
87
88
# File 'lib/xmlutils/formatters.rb', line 86

def initialize
  super(false)
end