-
- Downloads
There was an error fetching the commit references. Please try again later.
Add Object.not_nil?
This method is used to check if an object is _not_ nil, making it the opposite of Object.nil?. This removes the need for writing `something.nil?.not`, which reads a bit awkwardly.
Please register or sign in to comment