Ruby Shell Functions
EditRocket provides the following information on Shell functions in the Ruby source code builder.
alias_command(ali, command, *opts, &block) -
cd(path) -
cd(path) -
chdir(path = nil) - If called as iterator, it restores the current directory when the block ends.
debug=(val) -
debug=(val) -
def_system_command(command, path = command) - command definitions
default_record_separator=(rs) -
default_record_separator() -
default_system_path=(path) -
default_system_path() -
expand_path(path) -
inspect() -
install_system_commands(pre = "sys_") -
jobs() - process management
kill(sig, command) -
new() -
notify(*opts, &block) -
popd() - "Alias for #popdir"
popdir() -
pushd(path = nil) - "Alias for #pushdir"
pushdir(path = nil) -
system_path=(path) -
unalias_command(ali) -
undef_system_command(command) -