# File kwartz.rb, line 914 def initialize(token, left=nil, right=nil) @token = token @left = left @right = right end