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