class Faker::Barcode

def upc_e_with_composite_symbology

Returns:
  • (String) -
def upc_e_with_composite_symbology
  "#{upc_e}|#{bothify(parse('barcode.composite_symbol'))}"
end