class SassC::Script::Value
def with_contents(contents, separator: self.separator, bracketed: self.bracketed)
-
(Sass::Script::Value::List)
-
Parameters:
-
bracketed
(Boolean
) -- Whether the new list is bracketed. Defaults to \{#bracketed}. -
separator
(Symbol
) -- The separator of the new list. Defaults to \{#separator}. -
contents
(Array
) -- The contents of the new list.
def with_contents(contents, separator: self.separator, bracketed: self.bracketed) SassC::Script::Value::List.new(contents, separator: separator, bracketed: bracketed) end