Animals.create_zoo
You're seeing just the function
create_zoo
, go back to Animals module for more information.
Link to this function
create_zoo()
create_zoo returns list of zoo animals
Examples
iex> Animals.create_zoo
["lion", "tiger", "..."]