class String # # Use a gem to colorize the console. # # See: http://flori.github.com/term-ansicolor/ # # Example: print "red bold".red.bold, "\n" # include Term::ANSIColor end