module Interact
Mix in to your Interactive class to enable user-toggleable colors.
Redefine color_enabled? to control color enabling/disabling. Colors will be auto-disabled if the platform is Windows or if $stdout is not a tty.
Redefine user_colors to return a hash from tags to color, e.g. from a user's color config file.
Copyright © 2011 Alex Suraci
Constants
- VERSION