class Sass::Script::Value::Base

def to_h

Raises:
  • (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