Class Sass::Util::NormalizedMap
In: lib/sass/util/normalized_map.rb
Parent: Object

Methods

[]   []=   as_stored   delete   denormalize   dup   each   empty?   has_key?   keys   map   method_missing   new   normalize   respond_to?   respond_to_missing?   size   sort_by   to_a   to_hash   update   values  

Public Class methods

Create a normalized map

Public Instance methods

@private

@private

@return [Hash] Hash with the keys as they were stored (before normalization).

@private

Returns the version of `key` as it was stored before normalization. If `key` isn‘t in the map, returns it as it was passed in.

@return [String]

@private

Specifies how to transform the key.

This can be overridden to create other normalization behaviors.

[Validate]