Method: Sass::Script::Value::Helpers#map
- Defined in:
- lib/sass/script/value/helpers.rb
#map(hash) ⇒ Sass::Script::Value::Map
Construct a Sass map.
105 106 107 |
# File 'lib/sass/script/value/helpers.rb', line 105
def map(hash)
Map.new(hash)
end
|