class Sass::Script::Tree::StringInterpolation
def initialize(before, mid, after)
-
after
(Literal
) -- See {StringInterpolation#after} -
mid
(Node
) -- See {StringInterpolation#mid} -
before
(StringInterpolation, Literal
) -- See {StringInterpolation#before}
def initialize(before, mid, after) @before = before @mid = mid @after = after end