Skip to content

Instantly share code, notes, and snippets.

@cmelbye
Created December 23, 2008 22:37
Show Gist options
  • Save cmelbye/39489 to your computer and use it in GitHub Desktop.
Save cmelbye/39489 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'wirble'
require 'utility_belt'
Wirble::Colorize.colors.merge!(
:comma => :light_white,
:refers => :light_white,
:open_hash => :light_white,
:close_hash => :light_white,
:open_array => :light_fail,
:close_array => :light_white,
:open_string => :light_white,
:string => :light_blue,
:close_string => :light_white,
:number => :light_cyan
)
Wirble.init
Wirble.colorize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment