Honeybadger v0.12.0 Honeybadger.Utils View Source
Assorted helper functions used through out the Honeybadger package.
Link to this section Summary
Functions
Internally all modules are prefixed with Elixir. This function removes the
Elixir
prefix from the module when it is converted to a string.
Link to this section Functions
Link to this function
module_to_string(module) View Source
Internally all modules are prefixed with Elixir. This function removes the
Elixir
prefix from the module when it is converted to a string.
Example
iex> Honeybadger.Utils.module_to_string(Honeybadger.Utils)
"Honeybadger.Utils"