blank?()
No Date is blank:
Date.today.blank? # => false
@return [false]
# File activesupport/lib/active_support/core_ext/date/blank.rb, line 11 def blank? false end