DarkMatter.Naming.base_module_for

You're seeing just the function base_module_for, go back to DarkMatter.Naming module for more information.

Specs

base_module_for(module()) :: module()

Derives the de matter for the given module.

Examples

iex> base_module_for(DarkMatter)
DarkMatter

iex> base_module_for(DarkMatter.Inflections)
DarkMatter

iex> base_module_for(DarkMatter.Decimals.Arithmetic)
DarkMatter