page-header

Author: Brandon Rubin

Jeweler, Programmer, Gamer, and Avid Learner. Crafts fine jewelry, chainmaille, and sculpture. Brandon loves programming in Ruby, working with Linux, and building computers.

19
Aug

I Forgot My Newline

This is a friendly reminder to always leave a blank line at the end of your text files. You might be thinking that it doesn’t really matter, and in many cases you’d probably be correct. However, there are also plenty…

29
Jul

Using Ruby Find To Look For Files

It’s only been a few months since I started learning Ruby, and I’ve found myself using Find more than any other standard library. It’s likely because I’m mostly doing scripting work to organize my files. If you’re also new to…