DarkMatter.Naming.parent_module_for

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

parent_module_for(module)

View Source

Specs

parent_module_for(module()) :: module()

Derives the parent_module matter for the given module.

Examples

iex> parent_module_for(DarkMatter)
DarkMatter

iex> parent_module_for(DarkMatter.Inflections)
DarkMatter

iex> parent_module_for(DarkMatter.Decimals.Arithmetic)
DarkMatter.Decimals