Skip to content

Instantly share code, notes, and snippets.

@stansidel
Created September 7, 2013 07:50
Show Gist options
  • Save stansidel/6473706 to your computer and use it in GitHub Desktop.
Save stansidel/6473706 to your computer and use it in GitHub Desktop.
Ruby console color working on Windows systems
require 'colorize'
require 'win32console'
puts 'A red line'.red
puts 'A green line'.green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment