Method: Faker::Locations::Australia.location
- Defined in:
- lib/faker/locations/australia.rb
.location ⇒ String
Produces a location in Australia
17 18 19 |
# File 'lib/faker/locations/australia.rb', line 17 def location fetch('locations.australia.locations') end |