Module: Log::Format::Color
- Defined in:
- lib/log/format/color.rb
Class Method Summary collapse
Class Method Details
.header(text) ⇒ Object
2 3 4 |
# File 'lib/log/format/color.rb', line 2 def self.header(text) Rainbow(text).white end |