imdb

https://github.com/ariejan/imdb

Imdb::Season#season_number

Returns the value of attribute season_number

Source | Google | Stack overflow

Edit

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

cd imdb

open lib/imdb/season.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Imdb--Season-season_number-for-pr


# Commit to git

git add lib/imdb/season.rbgit commit -m "better docs for Imdb::Season#season_number"


# 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--Season-season_number-for-pr

hub pull-request


# Celebrate!