bundler
https://github.com/bundler/bundler
Ruby
Manage your Ruby application's gem dependencies
Bundler::Thor::Actions::CreateLink#identical?
Checks if the content of the file at the destination is identical to the rendered result. ==== Returns Boolean:: true if it is identical, false otherwise.
Edit
git clone [email protected]:bundler/bundler.git
cd bundler
open lib/bundler/vendor/thor/lib/thor/actions/create_link.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Bundler--Thor--Actions--CreateLink-identical--for-pr
# Commit to gitgit add lib/bundler/vendor/thor/lib/thor/actions/create_link.rbgit commit -m "better docs for Bundler::Thor::Actions::CreateLink#identical?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Bundler--Thor--Actions--CreateLink-identical--for-pr
hub pull-request
# Celebrate!