Category Archives: comp

New trick in Ruby

Today I learned a new trick in Ruby. Well, not exactly new for most folk. I just happened to stumble across this nice trick so it’s mostly new to me Anyway… suppose you have the following class: [ruby] class MultiTool … Continue reading

Posted in comp | Leave a comment

Flexmock

This morning I had some free time on my hands… Time to figure out how Flexmock works. As always, I need to try this to get the point. Here’s a small example: [ruby] require ‘test/unit’ require ‘flexmock/test_unit’ class Gps def … Continue reading

Posted in comp | Leave a comment

Vacation!

Our vacation has started! Yay I had a tough week at work (tried to finish up and leave with a clean desk and an empty mailbox) with a lot of meetings. Things went relatively well, though, and I even managed … Continue reading

Posted in comp, general | Leave a comment