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.
TestGitBaseRootOfWorktree#test_working_dir_does_not_exist
No Docs, write some!
Edit
git clone git@github.com:ruby-git/ruby-git.git
cd ruby-git
open tests/units/test_git_base_root_of_worktree.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-TestGitBaseRootOfWorktree-test_working_dir_does_not_exist-for-pr
# Commit to gitgit add tests/units/test_git_base_root_of_worktree.rbgit commit -m "better docs for TestGitBaseRootOfWorktree#test_working_dir_does_not_exist"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-TestGitBaseRootOfWorktree-test_working_dir_does_not_exist-for-pr
hub pull-request
# Celebrate!