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