Returns the group ID as integer
It directly calls LinuxStat::Sysconf.get_uid
129 130 131
# File 'lib/linux_stat/user.rb', line 129 def get_gid LinuxStat::Sysconf.get_gid end