Method: Zold::Log::Tee#initialize
- Defined in:
- lib/zold/log.rb
#initialize(first, second) ⇒ Tee
Returns a new instance of Tee.
110 111 112 113 |
# File 'lib/zold/log.rb', line 110 def initialize(first, second) @first = first @second = second end |