Created
July 10, 2015 00:17
-
-
Save arkiver/203e77e70064dac3194e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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