class CommandeeredOut

Public Instance Methods

write(s) click to toggle source
# File lib/transitional_logger.rb, line 97
def write(s)
  @logger.info(s)
end