lib/export/mux.rb in tracksperanto-2.8.6 vs lib/export/mux.rb in tracksperanto-2.9.0
- old
+ new
@@ -1,4 +1,5 @@
+# -*- encoding : utf-8 -*-
# Multiplexor. Accepts a number of exporters and replays
# the calls to all of them in succession.
class Tracksperanto::Export::Mux
def initialize(*outputs)
@outputs = outputs.flatten