Memo: don’t code before the first coffee

March 12, 2011 | 1 Minute Read

Memo to myself: don’t try to code before having the first coffee in the morning, otherwise you can lose 20minutes wondering why you can’t use a gem in your script, without realizing you forgot to write
require 'rubygems'
in the first line of the script :)