# File lib/mocha/expectation_list.rb, line 48
    def +(other)
      self.class.new(to_a + other.to_a)
    end