class Faker::Gender

Public Class Methods

binary_type() click to toggle source
# File lib/faker/gender.rb, line 8
def binary_type
  fetch('gender.binary_types')
end
type() click to toggle source
# File lib/faker/gender.rb, line 4
def type
  fetch('gender.types')
end