Module: Omnibus::NullArgumentable::ClassMethods
- Defined in:
- lib/omnibus/null_argumentable.rb
Instance Method Summary collapse
-
#null?(object) ⇒ true, false
Check if the given object is null.
Instance Method Details
#null?(object) ⇒ true, false
Check if the given object is null.
41 42 43 |
# File 'lib/omnibus/null_argumentable.rb', line 41 def null?(object) object.equal?(NULL) end |