module IOHelper
Direct including types
Defined in:
helpers/io_helper.crConstant Summary
-
DEFAULT_COLOR =
"\e[0m"
-
ERROR_COLOR =
"\e[31m"
-
PRIMARY_COLOR =
"\e[32m"
Instance Method Summary
- #exit_error(string)
- #exit_success(string)
- #get_file_name(file_path)
- #input
- #input_cmd
- #output(string, new_line = false)
- #output_error(string, new_line = false)
- #output_success(string, new_line = false)