Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram:nuer
> ./lib/nuer.ex
Lenses
(coming soon!)
defmodule Nuer do
@moduledoc """
Documentation for `Nuer`.
"""
@doc """
Hello world.
## Examples
iex> Nuer.hello()
:world
"""
def hello do
:world
end
end