Current section

Files

Jump to
imgix lib imgix.ex
Raw

lib/imgix.ex

defmodule Imgix do
@moduledoc """
Documentation for `Imgix`.
"""
@doc """
Hello world.
## Examples
iex> Imgix.hello()
:world
"""
def hello do
:world
end
end