# File lib/mixlib/shellout.rb, line 177 def gid return nil unless group group.kind_of?(Integer) ? group : Etc.getgrnam(group.to_s).gid end