# File lib/origami/parser.rb, line 95 def self.colorize(text, color, bright = false) col, nocol = [color, Colors::GREY].map! { |key| "\0033[#{key}m" } "#{col}#{text}#{nocol}" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.