# File lib/faker/business.rb, line 12 def credit_card_expiry_date Date.parse(fetch('business.credit_card_expiry_dates')) end
# File lib/faker/business.rb, line 8 def credit_card_number fetch('business.credit_card_numbers') end
# File lib/faker/business.rb, line 16 def credit_card_type fetch('business.credit_card_types') end