NilBeGone
Nil got you down, showing up at the wrong time and in the wrong place? Use NilBeGone and change that nil to something else.
Probably shouldn't be used in production.
Installation
Add this line to your application's Gemfile:
gem 'NilBeGone'
And then execute:
$ bundle
Or install it yourself as:
$ gem install NilBeGone
Usage
nil_value = 5
other_value = nil
other_value + 10 == 15
Contributing
- Fork it ( https://github.com/[my-github-username]/NilBeGone/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request