will_paginate
https://github.com/mislav/will_paginate
Ruby
Pagination library for Rails and other Ruby applications
WillPaginate::PageNumber#to_offset
No Docs, write some!
Edit
git clone [email protected]:mislav/will_paginate.git
cd will_paginate
open lib/will_paginate/page_number.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-WillPaginate--PageNumber-to_offset-for-pr
# Commit to gitgit add lib/will_paginate/page_number.rbgit commit -m "better docs for WillPaginate::PageNumber#to_offset"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-WillPaginate--PageNumber-to_offset-for-pr
hub pull-request
# Celebrate!