Method: LinuxStat::User.get_uid
- Defined in:
- lib/linux_stat/user.rb
.get_uid ⇒ Object
Returns the user ID as integer
It directly calls LinuxStat::Sysconf.get_uid
124 125 126 |
# File 'lib/linux_stat/user.rb', line 124 def get_uid LinuxStat::Sysconf.get_uid end |