= private = protected
present?()
An object is present if it’s not blank.
@return [true, false]
# File activesupport/lib/active_support/core_ext/object/blank.rb, line 25 def present? !blank? end
The opposite of this is #blank?