Is it possible to include a module in a way so that i can only call it by specifically stating which module the function belongs to?
So that, if I have a ‘math’ class, and function ‘average’, within it, then I could only call it by stating math::average, or something similiar.
Define the method as a
selfmethod.