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