Libraries
»
exists
(1.0.1)
»
Index (O)
»
Object
Class: Object
Inherits:
BasicObject
Defined in:
lib/exists.rb
Instance Method Summary
collapse
#
exists
⇒ Object
Instance Method Details
#
exists
⇒
Object
6 7 8
# File 'lib/exists.rb', line 6
def
exists
null?
?
nil
:
self
end