# File lib/faker/date.rb, line 26 def backward(days = 365) from = ::Date.today - days to = ::Date.today - 1 between(from, to).to_date end