1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
rs> '/tmp'.to_fso.methods.sort
=> ["/", "<", "<<", "==", "===", "=~", ">", ">>", "__id__",
"__send__", "append_to", "args", "basename", "blockdev?",
"cat", "cd", "chardev?", "chmod", "chmod_R", "chown",
"chown_R", "class", "clone", "compare", "cp", "cp_r",
"directory?", "dirname", "display", "dup", "eql?", "equal?",
"exec", "executable?", "executable_real?", "exist?", "exists?",
"extend", "extname", "file?", "find", "freeze", "frozen?",
"ftype", "glob", "grpowned?", "hash", "id", "inspect", "install",
"instance_eval", "instance_of?", "instance_variable_get",
"instance_variable_set", "instance_variables", "is_a?",
"kind_of?", "ln", "ln_s", "ln_sf", "lstat", "method", "methods",
"mkdir", "mkdir_p", "mv", "nil?", "object_id", "owned?", "path",
"pipe", "pipe?", "private_methods", "protected_methods",
"public_methods", "readable?", "readable_real?", "readlink",
"relative_path", "respond_to?", "rm", "rm_r", "rm_rf", "rmdir",
"run", "send", "setgid?", "setuid?", "singleton_methods", "size",
"size?", "socket?", "split", "stat", "sticky?", "symlink", "symlink?",
"taint", "tainted?", "to_a", "to_os", "to_s", "touch", "truncate",
"type", "umask", "unlink", "untaint", "writable?", "writable_real?",
"write_to", "zero?", "|"]
rs>
|