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.

Methods

eq   hash   inspect   new   options=   separator   to_a   to_s   to_sass  

External Aliases

value -> to_h

Attributes

value  [R]  The Ruby hash containing the contents of this map.

@return [Hash<Node, Node>]

Public Class methods

Creates a new map.

@param hash [Hash<Node, Node>]

Public Instance methods

@see Value#eq

inspect(opts = {})

Alias for to_sass

@see Value#options=

@see Value#separator

@see Value#to_a

@see Value#to_s

[Validate]