All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.andrewmccall.faker.locales.en.university.yml Maven / Gradle / Ivy

The newest version!
en:
  faker:
    university:
      prefix: [The, Northern, North, Western, West, Southern, South, Eastern, East]
      suffix: [University, Institute, College, Academy]
      name:
        - "#{Name.last_name} #{University.suffix}"
        - "#{University.prefix} #{Name.last_name} #{University.suffix}"
        - "#{University.prefix} #{Name.last_name}"
        - "#{University.prefix} #{Address.state} #{University.suffix}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy