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| section.each do |heading, text| display_section(heading, text, out) end end end
Generated with the Darkfish Rdoc Generator 2.