# File lib/sass/util/normalized_map.rb, line 43
      def [](k)
        @map[normalize(k)]
      end