Skip to content

Instantly share code, notes, and snippets.

@BartlomiejSkwira
Created April 17, 2013 09:43
Show Gist options
  • Save BartlomiejSkwira/5403080 to your computer and use it in GitHub Desktop.
Save BartlomiejSkwira/5403080 to your computer and use it in GitHub Desktop.
Check if date is in date range in Ruby
(Time.now..Time.now+4).cover?(Time.now) => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment