Investigating Ruby's Global Functions + Kernel Module With puts
We all used the puts method when we were learning how to program. But…have you ever thought about how this method actually works? Using this basic method, this blog post explores Ruby’s global functions and the Kernel module.
Post a comment