Repository URL to install this package:
module Log::Format::Color def self.header(text) Rainbow(text).yellow end end