module

Hsh::Helpers

Module for Helper functions

Constants

BUILTINS = ["cd", "cls", "pwd", "exit", "whoami", "where", "ls"]
HOST = System.hostname
USERNAME = (`whoami`).strip

Class methods

full_username
Source