class SassC::Script::Value::List

def to_h

Other tags:
    See: Value#to_h -
def to_h
  return {} if value.empty?
  super
end