Produces the name of a gender identity.
Faker::Gender.type #=> "Non-binary"
Returns:
Available since:
1.9.0
15 16 17
# File 'lib/faker/default/gender.rb', line 15 def type fetch('gender.types') end