class Tracksperanto::Export::Mux

Multiplexor. Accepts a number of exporters and replays the calls to all of them in succession.

Public Class Methods

new(outputs) click to toggle source
# File lib/export/mux.rb, line 4
def initialize(outputs)
  @outputs = outputs
end