--- layout: post status: publish published: true title: 'Memo: don’t code before the first coffee' author: display_name: Fabio Pozzi login: fabio-pozzi.myopenid.com email: fabio.pozzi@anche.no url: http://fabio-pozzi.myopenid.com author_login: fabio-pozzi.myopenid.com author_email: fabio.pozzi@anche.no author_url: http://fabio-pozzi.myopenid.com excerpt: |- 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 o... wordpress_id: 2128 wordpress_url: http://fabiopozzi.wordpress.com/?p=19 date: '2011-03-12 10:39:44 +0000' date_gmt: '2011-03-12 08:39:44 +0000' categories: - PlanetPOuL tags: [] comments: [] ---

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 :)