class Faker::Barcode
def ean_with_composite_symbology(length = 8)
-
(String)
-
def ean_with_composite_symbology(length = 8) "#{ean(length)}|#{bothify(parse('barcode.composite_symbol'))}" end
(String)
-
def ean_with_composite_symbology(length = 8) "#{ean(length)}|#{bothify(parse('barcode.composite_symbol'))}" end