Skip to content

Instantly share code, notes, and snippets.

View damhonglinh's full-sized avatar
🦄
Unicorn

Linh Dam damhonglinh

🦄
Unicorn
View GitHub Profile

Keybase proof

I hereby claim:

  • I am damhonglinh on github.
  • I am linh (https://keybase.io/linh) on keybase.
  • I have a public key ASB1qCAMOQlCX51gmc2WtQ4qKnlC6bKZP0_jD-XnBhYi8Qo

To claim this, I am signing this object:

@damhonglinh
damhonglinh / colored.rb
Created March 12, 2016 17:26
Color gem
# a WIP fork of https://github.com/defunkt/colored
# Supports 256 colors
require 'Win32/Console/ANSI' if RUBY_PLATFORM =~ /win32/
##
# cute.
#
# >> "this is red".red
#