Class: Hotspots::Logger::Colour::ANSI
- Inherits:
-
Object
- Object
- Hotspots::Logger::Colour::ANSI
- Defined in:
- lib/hotspots/logger.rb
Class Method Summary collapse
Class Method Details
.as(colour, message) ⇒ Object
19 20 21 |
# File 'lib/hotspots/logger.rb', line 19 def self.as(colour, ) ::ANSI::Code.send(colour, ) end |