Class: Hotspots::Logger::Console

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

Class Method Summary collapse

Class Method Details

.<<(message) ⇒ Object



4
5
6
# File 'lib/hotspots/logger.rb', line 4

def self.<<(message)
  $stdout << message
end