imdb
https://github.com/ariejan/imdb
Imdb::Base#rating
Returns a float containing the average user rating
Edit
git clone [email protected]:ariejan/imdb.git
cd imdb
open lib/imdb/base.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Imdb--Base-rating-for-pr
# Commit to gitgit add lib/imdb/base.rbgit commit -m "better docs for Imdb::Base#rating"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Imdb--Base-rating-for-pr
hub pull-request
# Celebrate!