Method: Sass::Script::Tree::Operation#operand2
- Defined in:
- lib/sass/script/tree/operation.rb
#operand2 (readonly)
Returns the value of attribute operand2.
9 10 11 |
# File 'lib/sass/script/tree/operation.rb', line 9
def operand2
@operand2
end
|