Class: String

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

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


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

def blank? = empty?

#present?Boolean

Returns:

  • (Boolean)


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

def present? = !empty?