Method: Sass::Script::Value::Map#value

Defined in:
lib/sass/script/value/map.rb

#valueHash<Node, Node> (readonly) Also known as: to_h

The Ruby hash containing the contents of this map.

Returns:

  • (Hash<Node, Node>)
[View source]

8
9
10
# File 'lib/sass/script/value/map.rb', line 8

def value
  @value
end