Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/existence/hash.rb
Instance Method Summary collapse
Instance Method Details
#present? ⇒ Boolean
2 3 4 |
# File 'lib/existence/hash.rb', line 2 def present? !empty? end |