Method: Date#acts_like_date?

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

#acts_like_date?Boolean

Duck-types as a Date-like class. See Object#acts_like?.

Returns:

  • (Boolean)


7
8
9
# File 'activesupport/lib/active_support/core_ext/date/acts_like.rb', line 7

def acts_like_date?
  true
end