[Source]
# File lib/barby/barcode/code_128.rb, line 394 394: def initialize(data) 395: super(data, 'B') 396: end
[Validate]