Method: Chef::Formatters::ErrorDescription#section

Defined in:
lib/chef/formatters/error_description.rb

#section(heading, text) ⇒ Object



35
36
37
# File 'lib/chef/formatters/error_description.rb', line 35

def section(heading, text)
  @sections << { heading => (text || "") }
end