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