Class for displaying errors on STDOUT.
# File lib/chef/formatters/error_descriptor.rb, line 37 def display(out) out.puts "=" * 80 out.puts @title, :red out.puts "=" * 80 out.puts "\n" sections.each do |section| display_section(section, out) end end
Generated with the Darkfish Rdoc Generator 2.