today?()
Returns true if the date/time is today.
# File activesupport/lib/active_support/core_ext/date_and_time/calculations.rb, line 24 def today? to_date == ::Date.current end