Extra v0.2.0 Module.Extra

Module providing functions and assertions for the Elixir Module module.

Link to this section Summary

Functions

Asserts that the passed module exists

Link to this section Functions

Link to this function assert_exists!(module)
assert_exists!(module) :: :ok | no_return

Asserts that the passed module exists.

Raises an ArgumentError if it does not.