class Sass::Script::Operation

def inspect

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