Class: MultiIO
Overview
Util allowing proxying writes to multiple location
Instance Method Summary collapse
- #close ⇒ Object
-
#initialize(*targets) ⇒ MultiIO
constructor
A new instance of MultiIO.
- #write(*args) ⇒ Object
Constructor Details
#initialize(*targets) ⇒ MultiIO
Returns a new instance of MultiIO.
42 43 44 |
# File 'ext/extconf.rb', line 42 def initialize(*targets) @targets = targets end |