Method: String#red

Defined in:
lib/helpers.rb

#redObject



50
51
52
# File 'lib/helpers.rb', line 50

def red
  colorize(self, "\e[1m\e[31m")
end