Rdoctest¶ ↑ github.com/stephencelis/rdoctest A doctest for Ruby. Why?¶ ↑ You’ll improve your test coverage and documentation in one fell swoop. How?¶ ↑ Install the gem: % [sudo] gem install rdoctest Use the CLI: % rdoctest lib/**/*.rb Loaded suite /.../bin/rdoctest Started . Finished in ... seconds. 1 tests, 6 assertions, 0 failures, 0 errors, 0 skips Examples¶ ↑ Formatting¶ ↑ Rdoctest expects wel