wait, so what's the purpose of `module_function`? So I can ``` require 'lib/my_module MyModule.do_something_moduly ``` instead of mixing in the whole module methods into my own?