Class: TTYHue::Colorizer
- Inherits:
-
Object
- Object
- TTYHue::Colorizer
- Defined in:
- lib/ttyhue/colorizer.rb
Class Method Summary collapse
Class Method Details
.colorize(str, styles) ⇒ Object
6 7 8 9 10 |
# File 'lib/ttyhue/colorizer.rb', line 6 def colorize(str, styles) Parser.new(str, styles).parse.map do |parsed_section| colorized_section(parsed_section) end.join end |