class Temple::ImmutableHash

def include?(key)

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