Method: String#red

Defined in:
lib/ext/string.rb

#redObject



13
14
15
# File 'lib/ext/string.rb', line 13

def red
  "\e[31m#{self}\e[0m"
end