# File lib/ice_cube/builders/hash_builder.rb, line 5
    def initialize(rule = nil)
      @hash = { :validations => {}, :rule_type => rule.class.name }
    end