class Sass::Script::UnaryOperation

def inspect

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