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