Module: IceCube
- Defined in:
- lib/ice_cube/anchored_monthly_rule.rb,
lib/ice_cube/anchored_monthly_rule.rb
Overview
ice_cube's Rule.from_hash only understands its seven built-in interval types and rejects any other rule_type. Intercept our rule_type before that check and dispatch to AnchoredMonthlyRule; defer everything else to the original implementation.
Defined Under Namespace
Classes: AnchoredMonthlyRule, Rule