# File lib/barby/barcode/code_39.rb, line 105 def characters chars = raw_characters extended ? chars.map{|c| EXTENDED_ENCODINGS[c].split(//) }.flatten : chars end