# File lib/faker/business.rb, line 12 def credit_card_expiry_date ::Date.today + (365 * (rand(4) + 1)) end