Current section

Files

Jump to
io_ansi_table lib io_ansi_table.ex
Raw

lib/io_ansi_table.ex

defmodule IO.ANSI.Table do
@moduledoc false
@doc """
Hello world.
## Examples
iex> IO.ANSI.Table.hello
:world
"""
def hello do
:world
end
end