class Sass::Script::Operation
def inspect
-
(String)
- A human-readable s-expression representation of the operation
def inspect "(#{@operator.inspect} #{@operand1.inspect} #{@operand2.inspect})" end
(String)
- A human-readable s-expression representation of the operation
def inspect "(#{@operator.inspect} #{@operand1.inspect} #{@operand2.inspect})" end