Enum.each/2

defmodule Enum do
  def each(enumerable, fun)
end

Invokes the given fun for each element in the enumerable and returns :ok.