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