class Temple::ImmutableHash

def initialize(*hash)

def initialize(*hash)
  @hash = hash.compact
end