lib/l_enums.ex
defmodule LEnums do
@moduledoc """
Nothing much to see here yet. `LEnums`.
"""
@doc """
Hello world.
## Examples
iex> LEnums.hello()
:world
"""
def hello do
:world
end
end
defmodule LEnums do
@moduledoc """
Nothing much to see here yet. `LEnums`.
"""
@doc """
Hello world.
## Examples
iex> LEnums.hello()
:world
"""
def hello do
:world
end
end