Last active
December 25, 2015 19:59
-
-
Save smathy/7031471 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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