Method: Barcode1DTools::Matrix2of5#rle
- Defined in:
- lib/barcode1dtools/matrix2of5.rb
#rle ⇒ Object
Returns a run-length-encoded string representation.
208 209 210 |
# File 'lib/barcode1dtools/matrix2of5.rb', line 208 def rle @rle ||= self.class.wn_to_rle(self.wn, ) end |