Current section
Files
Jump to
Current section
Files
lib/absinthe_cache.ex
defmodule AbsintheCache do
@moduledoc """
Documentation for AbsintheCache.
"""
@doc """
Hello world.
## Examples
iex> AbsintheCache.hello()
:world
"""
def hello do
:world
end
end