imdb

https://github.com/ariejan/imdb

Imdb::StringExtensions#blank?

No Docs, write some!

Source | Google | Stack overflow

Edit

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

cd imdb

open lib/imdb/string_extensions.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Imdb--StringExtensions-blank--for-pr


# Commit to git

git add lib/imdb/string_extensions.rbgit commit -m "better docs for Imdb::StringExtensions#blank?"


# 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--StringExtensions-blank--for-pr

hub pull-request


# Celebrate!