module FFaker::Identification
Constants
- ETHNICITIES
- GENDERS
Public Instance Methods
Source
# File lib/ffaker/identification.rb, line 14 def drivers_license FFaker.bothify('?###-###-##-###-#').upcase end
Source
# File lib/ffaker/identification.rb, line 22 def ethnicity fetch_sample(ETHNICITIES) end
Source
# File lib/ffaker/identification.rb, line 18 def ssn FFaker.numerify('###-##-####') end