Method: String#red

Defined in:
lib/uc/ext/string.rb

#redObject



22
23
24
# File 'lib/uc/ext/string.rb', line 22

def red 
  colorize(31)
end