From: Rob Muhlestein Date: 2006-12-29T05:25:15+09:00 Subject: Re: How to do TDD in Ruby? > As long as we have an easy to use system for pulling in other external > libraries (Gems seems to be the winner here for Ruby), it's much better to > keep the core and standard library as light as is reasonably possible. I couldn't agree with this more--especially since our team may be bundling and shipping down a stripped down interp to 10k+ managed servers to do data collection and reporting. [BTW, love to hear any thoughts on stripping to bare-bones interp with just needed modules/classes for automated distribution.] 'stdlib' was a hasty mistaken word choice. Thanks for the corrections. Originally, I meant more as in integration into popular test and development tools (few of which I actually care to use personally, preferring vim + macros + screen for remote pair programming in most all languages we use). Thanks, -- Rob Muhlestein http://rob.muhlestein.net