# File lib/active_support/core_ext/time/calculations.rb, line 68
        def today?
          self.to_date == ::Date.current
        end