Skip to content

Instantly share code, notes, and snippets.

@ksexton
Created November 27, 2013 20:24
Show Gist options
  • Save ksexton/7682572 to your computer and use it in GitHub Desktop.
Save ksexton/7682572 to your computer and use it in GitHub Desktop.
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