Skip to content

Instantly share code, notes, and snippets.

@andmcgregor
Created June 9, 2013 04:30
Show Gist options
  • Save andmcgregor/5737647 to your computer and use it in GitHub Desktop.
Save andmcgregor/5737647 to your computer and use it in GitHub Desktop.
puts "\033[92m" + "Green = First letter" + "\033[0m"
puts "\033[91m" + "Red = Second letter" + "\033[0m"
puts "\033[93m" + "Yellow = Third letter" + "\033[0m"
puts "\033[94m" + "Blue = Fourth letter" + "\033[0m" if !trace[3].nil?
puts "\033[95m" + "Pink = Fifth letter" + "\033[0m" if !trace[4].nil?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment