Method: Barcode1DTools::Matrix2of5#bars

Defined in:
lib/barcode1dtools/matrix2of5.rb

#barsObject

Returns 1s and 0s (for “black” and “white”).



213
214
215
# File 'lib/barcode1dtools/matrix2of5.rb', line 213

def bars
  @bars ||= self.class.rle_to_bars(self.rle, @options)
end