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