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