# File lib/barby/barcode.rb, line 79
    def outputter_for(name, *a, &b)
      outputter_class_for(name).new(self, *a, &b)
    end