Method: Sass::Script::Tree::StringInterpolation#children

Defined in:
lib/sass/script/tree/string_interpolation.rb

#childrenArray<Node>

Returns the three components of the interpolation, before, mid, and after.

Returns:

See Also:


69
70
71
# File 'lib/sass/script/tree/string_interpolation.rb', line 69

def children
  [@before, @mid, @after].compact
end