lib/export/mux.rb in tracksperanto-1.5.2 vs lib/export/mux.rb in tracksperanto-1.5.3

- old
+ new

@@ -1,5 +1,6 @@ -# Multiplexor. Does not inherit Base so that it does not get used as a translator +# Multiplexor. Accepts a number of exporters and replays +# the calls to all of them in succession. class Tracksperanto::Export::Mux attr_accessor :outputs def initialize(*outputs) @outputs = outputs.flatten \ No newline at end of file