| Class | Sass::Script::Value::Map |
| In: |
lib/sass/script/value/map.rb
|
| Parent: | Base |
A SassScript object representing a map from keys to values. Both keys and values can be any SassScript object.
| value | -> | to_h |
| value | [R] |
The Ruby hash containing the contents of
this map.
@return [Hash<Node, Node>] |