# File lib/sass/util/normalized_map.rb, line 48
      def has_key?(k)
        @map.has_key?(normalize(k))
      end