# File lib/mocha/return_values.rb, line 25
25:     def +(other)
26:       self.class.new(*(@values + other.values))
27:     end