Is module_function really the same as extend self?

Author:
Source

In Ruby, a module can be used as logical entity. It groups methods at a module level without using the mixin facility — for example, the Base64 module… SEE MORE

Read more