Class: HumanistErrors::Color
- Inherits:
-
Object
- Object
- HumanistErrors::Color
- Defined in:
- lib/humanist_errors/color.rb
Constant Summary collapse
- PREFIX =
'\033'- POSTFIX =
'\033[0m'- COLORS =
{ black: '[30m', red: '[31m', green: '[32m', brown: '[33m', blue: '[34m', magenta: '[35m', cyan: '[36m', gray: '[37m', }