imdb
https://github.com/ariejan/imdb
Imdb::Search#movies
Returns an array of Imdb::Movie objects for easy search result yielded. If the +query+ was an exact match, a single element array will be returned.
Edit
git clone [email protected]:ariejan/imdb.git
cd imdb
open lib/imdb/search.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Imdb--Search-movies-for-pr
# Commit to gitgit add lib/imdb/search.rbgit commit -m "better docs for Imdb::Search#movies"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Imdb--Search-movies-for-pr
hub pull-request
# Celebrate!