Method: Date#present?

Defined in:
activesupport/lib/active_support/core_ext/date/blank.rb

#present?Boolean

Returns:

  • (Boolean)


15
16
17
# File 'activesupport/lib/active_support/core_ext/date/blank.rb', line 15

def present?
  true
end