# File kwartz.rb, line 1162 def initialize(token, left, right, cond_expr=nil) super(token, left, right) self.condition = cond_expr end