Creates a new entry for yesterday
Parameters:
Since:
0.5.3
37 38 39
# File 'lib/nikki.rb', line 37 def missed(entry) new(entry, (Date.today - 1)) end