Method: Sass::Script::Tree::UnaryOperation#children

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

#childrenArray<Node>

Returns the operand of the operation.

Returns:

See Also:



42
43
44
# File 'lib/sass/script/tree/unary_operation.rb', line 42

def children
  [@operand]
end