timecop icon indicating copy to clipboard operation
timecop copied to clipboard

Not enough Jean Claude Van Damme

Open TheCorbin opened this issue 9 years ago • 2 comments

p15984_d_v8_aa

TheCorbin avatar Feb 01 '16 16:02 TheCorbin

This is totally inappropriate and off topic. I love it.

daniel-johnson avatar Sep 06 '16 22:09 daniel-johnson

Speaking of, I made this add-on for fun: https://github.com/taylorzr/timecop-jean_claude_van_do. I don't think it's necessary, or really want to support it, or really want to flush out any more monkey-patching than I have already, but hey it works.

You can do:

1.day.ago do
  Date.today # Whatever 1 day ago is :)
end

instead of:

Timecop.travel(1.day.ago) do
  Date.today # Whatever 1 day ago is :)
end

taylorzr avatar Apr 12 '17 19:04 taylorzr