jekyll
https://github.com/jekyll/jekyll
Ruby
:globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
Jekyll::Drops::Drop.delegate_method_as
No Docs, write some!
Edit
git clone [email protected]:jekyll/jekyll.git
cd jekyll
open lib/jekyll/drops/drop.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Jekyll--Drops--Drop-delegate_method_as-for-pr
# Commit to gitgit add lib/jekyll/drops/drop.rbgit commit -m "better docs for Jekyll::Drops::Drop.delegate_method_as"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Jekyll--Drops--Drop-delegate_method_as-for-pr
hub pull-request
# Celebrate!