= private = protected
today?()
Returns true if the current object’s time falls within the current day.
# File activesupport/lib/active_support/time_with_zone.rb, line 242 def today? time.today? end