Class: Hash

Inherits:
Object show all
Defined in:
lib/support.rb

Instance Method Summary collapse

Instance Method Details

#present?Boolean

Returns:

  • (Boolean)


22
23
24
# File 'lib/support.rb', line 22

def present?
  !blank?
end