# File lib/sass/script/operation.rb, line 24 def initialize(operand1, operand2, operator) @operand1 = operand1 @operand2 = operand2 @operator = operator super() end