# File lib/mixlib/shellout.rb, line 173 def uid return nil unless user user.kind_of?(Integer) ? user : Etc.getpwnam(user.to_s).uid end