Method: String#red

Defined in:
lib/credy/string.rb

#redObject



6
7
8
# File 'lib/credy/string.rb', line 6

def red
  colorize 31
end