View Source exerl_util (exerl v0.2.3)

Summary

Functions

Start an application and its dependencies and explicitly error in case it can not be started.

Functions

ensure_elixir()

-spec ensure_elixir() -> ok.

ensure_loaded(Deps)

-spec ensure_loaded([binary()]) -> ok.

ensure_started(App)

-spec ensure_started(atom()) -> ok.

Start an application and its dependencies and explicitly error in case it can not be started.

ensure_string(V)

-spec ensure_string(string() | binary() | list() | atom()) -> string().