class Temple::ImmutableMap

def initialize(*map)

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