Method: Sass::Script::Tree::UnaryOperation#children
- Defined in:
- lib/sass/script/tree/unary_operation.rb
#children ⇒ Array<Node>
Returns the operand of the operation.
42 43 44 |
# File 'lib/sass/script/tree/unary_operation.rb', line 42
def children
[@operand]
end
|