About
Adds the not method to object. So that you can do
[1, 2, 3].not.include?(4) => true [1, 2, 3].not.include?(1) => false [1, 2, 3].not.nil? => true
The implementation was ripped straight from Jay Fields’ blog?
Installation
1) Add:
config.gem "niessner-not_method"
to your environment.rb inside the Initializer.run block