module FFaker::Address

def city_prefix

def city_prefix
  fetch_sample(CITY_PREFIXES)
end