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