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