Top Level Namespace
Defined Under Namespace
Constant Summary collapse
- FONT =
'Verdana'- STATUS_COLORS =
{ 'success-box' => { prefix: '[OK]', color: '2E7D32' }, 'warning-box' => { prefix: '[WARNING]', color: 'E65100' }, 'error-box' => { prefix: '[ERROR]', color: 'C62828' } }.freeze
- SPLIT_RE =
/ -- /