class SassC::Util::NormalizedMap
def as_stored
-
(Hash)
- Hash with the keys as they were stored (before normalization).
def as_stored SassC::Util.map_keys(@map) {|k| @key_strings[k]} end
(Hash)
- Hash with the keys as they were stored (before normalization).
def as_stored SassC::Util.map_keys(@map) {|k| @key_strings[k]} end