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