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