Skip to content

Instantly share code, notes, and snippets.

@mh-github
Created April 14, 2017 11:00
Show Gist options
  • Select an option

  • Save mh-github/51985d308caa3c48cbea5c4cd30ce08b to your computer and use it in GitHub Desktop.

Select an option

Save mh-github/51985d308caa3c48cbea5c4cd30ce08b to your computer and use it in GitHub Desktop.
def second_or_fourth_saturday?(date)
date.saturday? && ((date.day - 1) / 7).odd?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment