Class: Ali::Formatter
- Inherits:
-
Object
- Object
- Ali::Formatter
- Defined in:
- lib/ali/formatter.rb
Defined Under Namespace
Modules: LiquidFilters
Constant Summary collapse
- COLORS =
(Rainbow::Color::Named.color_names + Rainbow::Color::X11Named.color_names).uniq.sort.freeze
- MODIFIERS =
i[ background bg blink bold bright color cross_out dark faint italic strike underline ].freeze
- STYLE_METHODS =
(COLORS + MODIFIERS).uniq.sort.freeze