class Faker::Locations::Australia
def animal
-
(String)
-
def animal fetch('locations.australia.animals') end
def location
-
(String)
-
def location fetch('locations.australia.locations') end
def state
-
(String)
-
def state fetch('locations.australia.states') end