[Source]
# File lib/barby/barcode/code_128.rb, line 403 403: def initialize(data) 404: super(data, 'C') 405: end
[Validate]