Skip to content

Instantly share code, notes, and snippets.

@arkiver
Created July 10, 2015 00:17
Show Gist options
  • Save arkiver/203e77e70064dac3194e to your computer and use it in GitHub Desktop.
Save arkiver/203e77e70064dac3194e to your computer and use it in GitHub Desktop.
irb(main):012:0> Date.today
=> Thu, 09 Jul 2015
irb(main):013:0> Date.tomorrow
=> Sat, 11 Jul 2015
irb(main):014:0> Date.today.tomorrow
=> Fri, 10 Jul 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment