Libraries
»
existence
(1.0.0)
»
Index
»
Hash
»
#present?
Method: Hash#present?
Defined in:
lib/existence/hash.rb
#
present?
⇒
Boolean
2 3 4
# File 'lib/existence/hash.rb', line 2
def
present?
!
empty?
end