class Faker::Demographic

def marital_status

Returns:
  • (String) -
def marital_status
  fetch('demographic.marital_status')
end