Returns 1s and 0s (for “black” and “white”)
256 257 258
# File 'lib/barcode1dtools/msi.rb', line 256 def bars @bars ||= self.class.rle_to_bars(self.rle, @options) end