class Temple::OptionMap

def validate_map!(map)

def validate_map!(map)
  map.to_hash.keys.each {|key| validate_key!(key) }
end