Skip to content

Instantly share code, notes, and snippets.

@jamiecurran
Created September 27, 2018 16:11
Show Gist options
  • Save jamiecurran/8d5ca2226d17aa753b969d5a75372424 to your computer and use it in GitHub Desktop.
Save jamiecurran/8d5ca2226d17aa753b969d5a75372424 to your computer and use it in GitHub Desktop.
Generate date range
(0..3).map {|v| Date.today - (v * 21).days}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment