Packages

Phoenix test harness with one API across static, LiveView, and browser drivers

Current section

Files

Jump to
cerberus lib cerberus.ex
Raw

lib/cerberus.ex

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