# File lib/ice_cube/validated_rule.rb, line 28
    def initialize(interval = 1)
      @validations = Hash.new
    end