module Lamby::Logger

Public Class Methods

new(*args) click to toggle source
Calls superclass method
# File lib/lamby/logger.rb, line 8
def initialize(*args)
  args[0] = STDOUT
  super(*args)
end