Packages

The tree structure implementations for Ecto.

Current section

Files

Jump to
ancestry lib ancestry.ex
Raw

lib/ancestry.ex

defmodule Ancestry do
@moduledoc """
Documentation for Ancestry.
"""
@doc """
Hello world.
## Examples
iex> Ancestry.hello()
:world
"""
def hello do
:world
end
end