ruby Fixing XLS files for one of my sideprojects The problem Recently I had to work on this issue [https://github.com/namelivia/caixabank-homebank/issues/1] of one of my projects hosted on Github and these are the notes I took. The repository contains a very old Ruby language tool I made for
ruby Reviewing old code: Practical use of blocks and Proc In my journey of getting the best Ruby style code of an old video game I programmed, I have found a good example for the use of Ruby's blocks and Proc, I'm not 100% sure if using blocks it'
ruby Reviewing old code: The Ruby way Some time ago I made a racing videogame, written in Ruby using Gosu [http://www.libgosu.org]. Since I came from C++, SDL videogame programming, I didn't have my brain set into "Ruby mode" and most of my code is