module Cl::Ui::Colors
Constants
- COLORS
Public Instance Methods
colored(color, str)
click to toggle source
# File lib/cl/ui.rb, line 86 def colored(color, str) [COLORS[color], str, COLORS[:reset]].join end
# File lib/cl/ui.rb, line 86 def colored(color, str) [COLORS[color], str, COLORS[:reset]].join end