org.jruby
Class RubyProcess.Sys
java.lang.Object
org.jruby.RubyProcess.Sys
- Enclosing class:
- RubyProcess
public static class RubyProcess.Sys
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyProcess.Sys
public RubyProcess.Sys()
getegid
public static IRubyObject getegid(IRubyObject self)
geteuid
public static IRubyObject geteuid(IRubyObject self)
getgid
public static IRubyObject getgid(IRubyObject self)
getuid
public static IRubyObject getuid(IRubyObject self)
setegid
public static IRubyObject setegid(IRubyObject recv,
IRubyObject arg)
seteuid
public static IRubyObject seteuid(IRubyObject recv,
IRubyObject arg)
setgid
public static IRubyObject setgid(IRubyObject recv,
IRubyObject arg)
setuid
public static IRubyObject setuid(IRubyObject recv,
IRubyObject arg)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.