public static class RubyProcess.Sys extends Object
Constructor and Description |
---|
RubyProcess.Sys() |
@Deprecated public static IRubyObject getegid(IRubyObject self)
public static IRubyObject getegid(ThreadContext context, IRubyObject self)
@Deprecated public static IRubyObject geteuid(IRubyObject self)
public static IRubyObject geteuid(ThreadContext context, IRubyObject self)
@Deprecated public static IRubyObject getgid(IRubyObject self)
public static IRubyObject getgid(ThreadContext context, IRubyObject self)
@Deprecated public static IRubyObject getuid(IRubyObject self)
public static IRubyObject getuid(ThreadContext context, IRubyObject self)
@Deprecated public static IRubyObject setegid(IRubyObject recv, IRubyObject arg)
public static IRubyObject setegid(ThreadContext context, IRubyObject recv, IRubyObject arg)
@Deprecated public static IRubyObject seteuid(IRubyObject recv, IRubyObject arg)
public static IRubyObject seteuid(ThreadContext context, IRubyObject recv, IRubyObject arg)
@Deprecated public static IRubyObject setgid(IRubyObject recv, IRubyObject arg)
public static IRubyObject setgid(ThreadContext context, IRubyObject recv, IRubyObject arg)
@Deprecated public static IRubyObject setuid(IRubyObject recv, IRubyObject arg)
public static IRubyObject setuid(ThreadContext context, IRubyObject recv, IRubyObject arg)
Copyright © 2001-2015 JRuby. All Rights Reserved.