# File lib/chef/resource/execute.rb, line 43 def umask(arg=nil) set_or_return( :umask, arg, :kind_of => [ String, Integer ] ) end