Method: String#red

Defined in:
lib/midori/core_ext/string.rb

#redObject

color the string with red color



11
12
13
# File 'lib/midori/core_ext/string.rb', line 11

def red
  colorize(31)
end