Jonathan Bennett

Use puts proudly

One of the most powerful tools in your Ruby programming arsenal is the humble puts. Something like puts x.class.name has helped me understand the nouns of my work better that anything else.

Once you understand what is in your scope, you’ll be well on your way to solving your problems.