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