def self.error(string)
colorize? ? ::ANSI::Code.white{ ::ANSI::Code.on_red{ string } } : string
end
[Validate]