Google

# File log4r/outputter/iooutputter.rb, line 18
    def initialize(_name, _out, hash={})
      super(_name, hash)
      @out = _out
    end