RubySpec: Monkeypatch with Confidence

While the tagline of RubySpec is actually “The Standard You Trust” it might as well be “Monkeypatch with Confidence”.

Here’s the backstory:

Building TorqueBox, I ultimately wanted to be able to run a Ruby application from within a simple zip bundle of the app.  And handling everything that expects to be living in a relatively-addressable filesystem.  Not [...]