# File lib/plugins/multi_output.rb, line 6
    def register_output(as, &block)
      @outputs[as] = block
    end