Method: ChefApply::UI::ErrorPrinter#format_undecorated

Defined in:
lib/chef_apply/ui/error_printer.rb

#format_undecoratedObject



118
119
120
121
122
123
124
125
# File 'lib/chef_apply/ui/error_printer.rb', line 118

def format_undecorated
  @content << "\n"
  @content << format_body
  if @command
    @content << "\n"
    @content << @command.usage
  end
end