public class RubyEtc extends Object
Constructor and Description |
---|
RubyEtc() |
Modifier and Type | Method and Description |
---|---|
static RubyModule |
createEtcModule(Ruby runtime) |
static IRubyObject |
endgrent(IRubyObject recv) |
static IRubyObject |
endpwent(IRubyObject recv) |
static IRubyObject |
getgrent(IRubyObject recv) |
static IRubyObject |
getgrgid(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
getgrnam(IRubyObject recv,
IRubyObject name) |
static IRubyObject |
getlogin(IRubyObject recv) |
static IRubyObject |
getpwent(IRubyObject recv) |
static IRubyObject |
getpwnam(IRubyObject recv,
IRubyObject name) |
static IRubyObject |
getpwuid(IRubyObject recv,
IRubyObject[] args) |
static IRubyObject |
group(IRubyObject recv,
Block block) |
static IRubyObject |
passwd(IRubyObject recv,
Block block) |
static IRubyObject |
setgrent(IRubyObject recv) |
static IRubyObject |
setpwent(IRubyObject recv) |
static IRubyObject |
sysconfdir(ThreadContext context,
IRubyObject recv) |
static IRubyObject |
systmpdir(ThreadContext context,
IRubyObject recv) |
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)
Copyright © 2001-2016 JRuby. All Rights Reserved.