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