First page Back Continue Last page Overview Graphics
Ruby: Associated Niceties
Unlike many of its peers, Ruby comes with an interactive interpreter, 'irb'
The RubyForge website acts as the CPAN of the Ruby community, and the associated 'gem' tool makes it simple to manage third-party libraries
Unit testing is built into the Ruby language via the Test::Unit module, supporting test-driven design and agile development