public class RubyEtc extends Object
Constructor and Description |
---|
RubyEtc() |
public static RubyModule createEtcModule(Ruby runtime)
public static IRubyObject getpwuid(IRubyObject recv, IRubyObject[] args)
public static IRubyObject getpwnam(IRubyObject recv, IRubyObject name)
public static IRubyObject passwd(IRubyObject recv, Block block)
public static IRubyObject getlogin(IRubyObject recv)
public static IRubyObject endpwent(IRubyObject recv)
public static IRubyObject setpwent(IRubyObject recv)
public static IRubyObject getpwent(IRubyObject recv)
public static IRubyObject getgrnam(IRubyObject recv, IRubyObject name)
public static IRubyObject getgrgid(IRubyObject recv, IRubyObject[] args)
public static IRubyObject endgrent(IRubyObject recv)
public static IRubyObject setgrent(IRubyObject recv)
public static IRubyObject group(IRubyObject recv, Block block)
public static IRubyObject getgrent(IRubyObject recv)
public static IRubyObject systmpdir(ThreadContext context, IRubyObject recv)
public static IRubyObject sysconfdir(ThreadContext context, IRubyObject recv)
public static IRubyObject nprocessors(ThreadContext context, IRubyObject recv)
public static IRubyObject uname(ThreadContext context, IRubyObject self)
Copyright © 2001-2015 JRuby. All Rights Reserved.