Method: Chef::Provider#description

Defined in:
lib/chef/provider.rb

#description(description = "NOT_PASSED") ⇒ Object



278
279
280
281
282
283
# File 'lib/chef/provider.rb', line 278

def description(description = "NOT_PASSED")
  if description != "NOT_PASSED"
    @description = description
  end
  @description
end