class Faker::Barcode

def ean_with_composite_symbology(length = 8)

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