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.

Source | Google | Stack overflow

Edit

git clone [email protected]:ariejan/imdb.git

cd imdb

open lib/imdb/search.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Imdb--Search-movies-for-pr


# Commit to git

git add lib/imdb/search.rbgit commit -m "better docs for Imdb::Search#movies"


# Open pull request

gem 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!