# File lib/sass/script/tree/unary_operation.rb, line 15
    def initialize(operand, operator)
      @operand = operand
      @operator = operator
      super()
    end