Path: | lib/wirb/colorizer.rb |
Last Update: | Thu Jul 05 11:22:18 -0400 2012 |
Jan:
General philosophical question: Would it be more flexible to have @colorizer point to an _instance_ of a Colorizer object, rather than a Colorizer class? (And therefore to have run and color be instance methods of Colorizer, rather than class methods.) In certain circumstances this could give greater flexibility, for instance to set colorizer options...