# File lib/chef/cookbook/metadata.rb, line 152 def description(arg=nil) set_or_return( :description, arg, :kind_of => [ String ] ) end