class Faker::Creature::Animal

def name

Returns:
  • (String) -
def name
  fetch('creature.animal.name')
end