Method: String#red

Defined in:
lib/compute_unit/monkey_patches.rb

#redObject



48
49
50
# File 'lib/compute_unit/monkey_patches.rb', line 48

def red
  colorize(31)
end