Method: Faker::Address.community

Defined in:
lib/faker/default/address.rb

.communityString

Produces the name of a community.

Examples:

Faker::Address.community #=> "University Crossing"

Returns:



87
88
89
# File 'lib/faker/default/address.rb', line 87

def community
  parse('address.community')
end