Method: Thor::Shell::Basic#set_color

Defined in:
lib/wtch/vendor/thor/shell/basic.rb

#set_color(string, color, bold = false) ⇒ Object

Apply color to the given string with optional bold. Disabled in the Thor::Shell::Basic class.



194
195
196
# File 'lib/wtch/vendor/thor/shell/basic.rb', line 194

def set_color(string, color, bold=false) #:nodoc:
  string
end