Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/nvoi/utils/presence.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


21
# File 'lib/nvoi/utils/presence.rb', line 21

def blank? = empty?

#present?Boolean

Returns:

  • (Boolean)


22
# File 'lib/nvoi/utils/presence.rb', line 22

def present? = !empty?