Returns the effective user ID as integer
It directly calls LinuxStat::Sysconf.get_euid
140 141 142
# File 'lib/linux_stat/user.rb', line 140 def get_euid LinuxStat::Sysconf.get_euid end