Package org.jruby
Class RubyProcess.Sys
java.lang.Object
org.jruby.RubyProcess.Sys
- Enclosing class:
RubyProcess
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
Sys
public Sys()
-
-
Method Details
-
getegid
Deprecated. -
getegid
-
geteuid
Deprecated. -
geteuid
-
getgid
Deprecated. -
getgid
-
getuid
Deprecated. -
getuid
-
setegid
Deprecated. -
setegid
-
seteuid
Deprecated. -
seteuid
-
setgid
Deprecated. -
setgid
-
setuid
Deprecated. -
setuid
-