Skip to content

Instantly share code, notes, and snippets.

@hukl
Created September 13, 2011 15:08
Show Gist options
  • Save hukl/1214050 to your computer and use it in GitHub Desktop.
Save hukl/1214050 to your computer and use it in GitHub Desktop.
Got to love ruby
Timecop.travel( 10.minutes.ago ) do
# do some stuff in the past
end
# Return back to normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment