class String
  def red
    "\e[1;31;40m#{self}\e[0m"
  end