class Temple::ImmutableMap

def include?(key)

def include?(key)
  @map.any? {|h| h.include?(key) }
end