class Faker::Creature::Dog

def sound

Returns:
  • (String) -
def sound
  fetch('creature.dog.sound')
end