# File lib/ice_cube/schedule.rb, line 90 def remove_exception_rule(rule) res = @all_exception_rules.delete(rule) res.nil? ? [] : [res] end