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