All Methods Static Methods Concrete Methods Deprecated Methods
| Modifier and Type |
Method and Description |
static IRubyObject |
getegid(IRubyObject self)
Deprecated.
|
static IRubyObject |
getegid(ThreadContext context,
IRubyObject self) |
static IRubyObject |
geteuid(IRubyObject self)
Deprecated.
|
static IRubyObject |
geteuid(ThreadContext context,
IRubyObject self) |
static IRubyObject |
getgid(IRubyObject self)
Deprecated.
|
static IRubyObject |
getgid(ThreadContext context,
IRubyObject self) |
static IRubyObject |
getuid(IRubyObject self)
Deprecated.
|
static IRubyObject |
getuid(ThreadContext context,
IRubyObject self) |
static IRubyObject |
setegid(IRubyObject recv,
IRubyObject arg)
Deprecated.
|
static IRubyObject |
setegid(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static IRubyObject |
seteuid(IRubyObject recv,
IRubyObject arg)
Deprecated.
|
static IRubyObject |
seteuid(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static IRubyObject |
setgid(IRubyObject recv,
IRubyObject arg)
Deprecated.
|
static IRubyObject |
setgid(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |
static IRubyObject |
setuid(IRubyObject recv,
IRubyObject arg)
Deprecated.
|
static IRubyObject |
setuid(ThreadContext context,
IRubyObject recv,
IRubyObject arg) |