Project

mr_to_nil

0.02
No commit activity in last 3 years
No release in over 3 years
This a gem for cast any object to nil
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.8
~> 10.0
 Project Readme

ToNil

Cast everything to nil!

Installation

Add this line to your application's Gemfile:

gem 'mr_to_nil'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mr_to_nil

Usage

[:random, :array].to_nil # nil
31337.to_nil # nil
"Yet another shitty gem".to_nil # nil
"Your fat boss".to_nil # nil
nil.to_nil # nil

Contributing

  1. Orly?!
  2. Fork it ( https://github.com/mrThe/to_nil/fork )
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request