Method: Faker::Address.community
- Defined in:
- lib/faker/default/address.rb
.community ⇒ String
Produces the name of a community.
87 88 89 |
# File 'lib/faker/default/address.rb', line 87 def community parse('address.community') end |