Method: ChefApply::UI::ErrorPrinter#format_decorated
- Defined in:
- lib/chef_apply/ui/error_printer.rb
#format_decorated ⇒ Object
127 128 129 130 131 132 133 134 135 |
# File 'lib/chef_apply/ui/error_printer.rb', line 127 def format_decorated @content << "\n" @content << format_header @content << "\n\n" @content << format_body @content << "\n" @content << @content << "\n" end |