class Temple::OptionHash

def validate_hash!(hash)

def validate_hash!(hash)
  hash.to_hash.keys.each {|key| validate_key!(key) }
end