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