Skip to content

Instantly share code, notes, and snippets.

@Druwerd
Created August 12, 2011 06:30
Show Gist options
  • Save Druwerd/1141575 to your computer and use it in GitHub Desktop.
Save Druwerd/1141575 to your computer and use it in GitHub Desktop.
colorful terminal output
#!/usr/bin/ruby
require "rubygems"
require "term/ansicolor"
class String
include Term::ANSIColor
end
puts "Hello World".red
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment