Kernel.SpecialForms.__MODULE__
You're seeing just the macro
__MODULE__
, go back to Kernel.SpecialForms module for more information.
Returns the current module name as an atom or nil
otherwise.
Although the module can be accessed in the __ENV__/0
, this macro
is a convenient shortcut.