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