# File lib/treetop/compiler/ruby_builder.rb, line 58 def accumulate(left, right) self << "#{left} << #{right}" end