ruby-git
https://github.com/ruby-git/ruby-git
Ruby
Ruby/Git is a Ruby library that can be used to create, read and manipulate Git repositories by wrapping system calls to the git binary.
Test::Unit::TestCase#run_command
No Docs, write some!
Edit
git clone [email protected]:ruby-git/ruby-git.git
cd ruby-git
open tests/test_helper.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Test--Unit--TestCase-run_command-for-pr
# Commit to gitgit add tests/test_helper.rbgit commit -m "better docs for Test::Unit::TestCase#run_command"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Test--Unit--TestCase-run_command-for-pr
hub pull-request
# Celebrate!