Skip to content

Instantly share code, notes, and snippets.

@smathy
Last active December 25, 2015 19:59
Show Gist options
  • Save smathy/7031471 to your computer and use it in GitHub Desktop.
Save smathy/7031471 to your computer and use it in GitHub Desktop.
now = Time.now
s = Schedule.new now
s.add_recurrence_rule Rule.weekly(4)
s.add_exception_rule Rule.weekly(12)
s.add_recurrence_rule Rule.weekly(13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment