# File lib/haml/util/subset_map.rb, line 23
      def initialize
        @hash = {}
        @vals = []
      end