Method: SassC::Script::Value::Map#value

Defined in:
lib/sassc/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>)


7
8
9
# File 'lib/sassc/script/value/map.rb', line 7

def value
  @value
end