class Sass::Script::Value::Base
def to_h
-
(Sass::SyntaxError)
- if this value doesn't have a hash representation
Returns:
-
(Hash
- This value as a hash)
def to_h raise Sass::SyntaxError.new("#{inspect} is not a map.") end
(Sass::SyntaxError)
- if this value doesn't have a hash representation
(Hash)
- This value as a hash
def to_h raise Sass::SyntaxError.new("#{inspect} is not a map.") end