DarkMatter.Naming.parent_module_for
You're seeing just the function
parent_module_for
, go back to DarkMatter.Naming module for more information.
Specs
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