class Faker::Business

def credit_card_expiry_date

Returns:
  • (Date) -
def credit_card_expiry_date
  ::Date.today + (365 * rand(1..4))
end