method
present?
v7.2.3 -
Show latest stable
- Class:
Hash
present?()public
No documentation available.
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 118
def present? # :nodoc:
!empty?
end present?()No documentation available.
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 118
def present? # :nodoc:
!empty?
end