Method: Thor::Shell::Basic#set_color

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

#set_color(string) ⇒ Object

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



303
304
305
# File 'lib/thor/shell/basic.rb', line 303

def set_color(string, *) #:nodoc:
  string
end