class Faker::Australia

def animal

Returns:
  • (String) -
def animal
  fetch('australia.animals')
end

def location

Returns:
  • (String) -
def location
  fetch('australia.locations')
end

def state

Returns:
  • (String) -
def state
  fetch('australia.states')
end