# File lib/mocha/expectation.rb, line 224
224:     def yields(*parameters)
225:       @yield_parameters.add(*parameters)
226:       self
227:     end