# File lib/chef/resource/deploy.rb, line 173 def user(arg=nil) set_or_return( :user, arg, :kind_of => [ String ] ) end