# File lib/mocha/return_values.rb, line 13
13:     def initialize(*values)
14:       @values = values
15:     end