Monthly Archives: October 2008

A Peek at Ruby Internals

The MountainWest Ruby Conf 2008 had an interesting talk on Ruby Internals by Patrick Farley . If you’ve worked with Ruby and are interested in learning more about classes, meta-classes and how all the method dispatch magic works give it … Continue reading

Posted in Computers, Programming | Tagged | 1 Comment

Forked by rSpec

So, I’ve been working at integrating some more of our test code into our automated build system at work and have spent a day trying to figure out why everything was failing with the tests. They ran fine in my … Continue reading

Posted in Programming, Work | Tagged | Leave a comment