[Source]
# File lib/barby/barcode/code_128.rb, line 385 385: def initialize(data) 386: super(data, 'A') 387: end
[Validate]