rubinius
https://github.com/rubinius/rubinius
C
The Rubinius Language Platform
Gem::Resolver::Molinillo::DependencyGraph::DeleteEdge#down
Reverses the action on the given graph.
Edit
git clone [email protected]:rubinius/rubinius.git
cd rubinius
open library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gem--Resolver--Molinillo--DependencyGraph--DeleteEdge-down-for-pr
# Commit to gitgit add library/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rbgit commit -m "better docs for Gem::Resolver::Molinillo::DependencyGraph::DeleteEdge#down"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gem--Resolver--Molinillo--DependencyGraph--DeleteEdge-down-for-pr
hub pull-request
# Celebrate!