lib/ex_deploy_specs.ex

defmodule ExDeploySpecs do
  @moduledoc """
  Documentation for `ExDeploySpecs`.
  """

  @doc """
  Hello world.

  ## Examples

      iex> ExDeploySpecs.hello()
      :world

  """
  def hello do
    :world
  end
end