Method: SassC::Script::Value::Map#value
- Defined in:
- lib/sassc/script/value/map.rb
#value ⇒ Hash<Node, Node> (readonly) Also known as: to_h
The Ruby hash containing the contents of this map.
7 8 9 |
# File 'lib/sassc/script/value/map.rb', line 7 def value @value end |