class Sass::Script::Operation

def children

Other tags:
    See: Node#children -

Returns:
  • (Array) -
def children
  [@operand1, @operand2]
end