Class: Hotspots::Logger::Colour::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/hotspots/logger.rb

Class Method Summary collapse

Class Method Details

.as(colour, message) ⇒ Object



25
26
27
# File 'lib/hotspots/logger.rb', line 25

def self.as(colour, message)
  message
end