Method: Sass::Script::Value::Helpers#map

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

#map(hash) ⇒ Sass::Script::Value::Map

Construct a Sass map.

Parameters:

Returns:

Since:

  • 3.3.0



105
106
107
# File 'lib/sass/script/value/helpers.rb', line 105

def map(hash)
  Map.new(hash)
end