Animals.create_zoo

You're seeing just the function create_zoo, go back to Animals module for more information.

create_zoo returns list of zoo animals

Examples

iex> Animals.create_zoo
["lion", "tiger", "..."]