# File lib/barby/barcode/code_93.rb, line 218 def valid? characters.all?{|c| ENCODINGS.include?(c) } end