module Guard::Compat::UI
def self.color(text, *colors)
def self.color(text, *colors) if Guard.const_defined?(:UI) Guard::UI.send(:color, text, *colors) else text end end
def self.color(text, *colors) if Guard.const_defined?(:UI) Guard::UI.send(:color, text, *colors) else text end end