= private = protected
yesterday()
Convenience method which returns a new Time representing the time 1 day ago
# File activesupport/lib/active_support/core_ext/time/calculations.rb, line 197 def yesterday self.ago(1.day) end