All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static IRubyObject |
blockdev_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
chardev_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
directory_p(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
executable_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
executable_real_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
exist_p(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static RubyBoolean |
file_p(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
grpowned_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
identical_p(IRubyObject recv,
IRubyObject filename1,
IRubyObject filename2) |
static IRubyObject |
owned_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
pipe_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
readable_p(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
setgid_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
setuid_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
size_p(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
size(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
socket_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
sticky_p(IRubyObject recv,
IRubyObject filename) |
static RubyBoolean |
symlink_p(IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
worldReadable(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static IRubyObject |
worldWritable(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |
static RubyBoolean |
writable_p(IRubyObject recv,
IRubyObject filename) |
static RubyBoolean |
zero_p(ThreadContext context,
IRubyObject recv,
IRubyObject filename) |