# File lib/barby/outputter/cairo_outputter.rb, line 134 def width(options={}) (barcode.two_dimensional? ? encoding.first.length : encoding.length) * xdim(options) end