Created
November 27, 2013 20:24
-
-
Save ksexton/7682572 to your computer and use it in GitHub Desktop.
This file contains hidden or 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):002:0> require 'active_support/core_ext' | |
=> true | |
irb(main):003:0> p Date.today.end_of_month | |
Sat, 30 Nov 2013 | |
=> Sat, 30 Nov 2013 | |
irb(main):004:0> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment