-
List Open Files With lsof
In the UNIX paradigm, everything is a file system. So, it makes sense that there is a utility to work with open files.
-
Book Review: Practical Object-Oriented Design In Ruby - Sandi Metz
If you call yourself a ruby programmer, you should read this book.
-
StandardError casts message to string in Ruby 1.9
When passing a message to StandardError in ruby 1.8, it will keep that object intact. Ruby 1.9 will convert to a String. Spent more time than I wanted to chasing this down.
-
Lambdas are Picky: ArgumentError in ruby 1.9
TL:D R;
-
Run Changed Specs
I usually create a branch while working on a feature or bug. I found it helpful to add the following script to my path: