# File lib/mocha/expectation.rb, line 252
252:     def yields(*parameters)
253:       @yield_parameters.add(*parameters)
254:       self
255:     end