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