Method: Hash#present?

Defined in:
activesupport/lib/active_support/core_ext/object/blank.rb

#present?Boolean

:nodoc:

Returns:

  • (Boolean)


118
119
120
# File 'activesupport/lib/active_support/core_ext/object/blank.rb', line 118

def present? # :nodoc:
  !empty?
end