# File lib/god/conditions/complex.rb, line 9
      def initialize()
        super
        
        @oper_stack = []
        @op_stack = []
        
        @this = nil
      end