Injectanator v0.0.1 Injectanator

Documentation for Injectanator.

Summary

Functions

Creates an atom from a module name. To be used in creating function names

Starts the Injectanator.Registry

Functions

create_function_name(module)
create_function_name(Module) :: String.t

Creates an atom from a module name. To be used in creating function names.

## Examples

iex> Injectanator.create_function_name(A.B)
:a_b
start_link()
start_link() :: {:ok, pid}

Starts the Injectanator.Registry