module Term::ANSIColor::RespondTo
def respond_to?(symbol, include_all = false)
def respond_to?(symbol, include_all = false) attributes.include?(symbol) or super end
def respond_to?(symbol, include_all = false) attributes.include?(symbol) or super end