= 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 228 def yesterday advance(:days => -1) end