Class: CommandeeredOut

Inherits:
CommandeeredIO show all
Defined in:
lib/transitional_logger.rb

Instance Method Summary collapse

Methods inherited from CommandeeredIO

#initialize

Constructor Details

This class inherits a constructor from CommandeeredIO

Instance Method Details

#write(s) ⇒ Object



97
98
99
# File 'lib/transitional_logger.rb', line 97

def write(s)
  @logger.info(s)
end