Эликсир перечисляет каждый

Enum.each(["one", "two", "three"], fn(s) -> IO.puts(s) end)
one
two
three
:ok
Juan D Khusuma