All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static IRubyObject |
confstr(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static RubyModule |
createEtcModule(Ruby runtime) |
static IRubyObject |
endgrent(IRubyObject recv) |
static IRubyObject |
endpwent(IRubyObject recv) |
static IRubyObject |
getgrent(IRubyObject recv) |
static IRubyObject |
getgrgid(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
getgrnam(IRubyObject recv,
IRubyObject name) |
static IRubyObject |
getlogin(IRubyObject recv) |
static IRubyObject |
getpwent(IRubyObject recv) |
static IRubyObject |
getpwnam(IRubyObject recv,
IRubyObject name) |
static IRubyObject |
getpwuid(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
group(IRubyObject recv,
Block block) |
static IRubyObject |
nprocessors(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
passwd(IRubyObject recv,
Block block) |
static IRubyObject |
setgrent(IRubyObject recv) |
static IRubyObject |
setpwent(IRubyObject recv) |
static IRubyObject |
sysconf(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static IRubyObject |
sysconfdir(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
systmpdir(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
uname(ThreadContext context,
IRubyObject self) |