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