Method: Chef::Resource.description

Defined in:
lib/chef/resource.rb

.description(description = "NOT_PASSED") ⇒ Object



1451
1452
1453
1454
1455
1456
# File 'lib/chef/resource.rb', line 1451

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