# File lib/active_utils/validateable.rb, line 33 def initialize(base) super() { |h, k| h[k] = [] ; h[k] } @base = base end