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