# File lib/mocha/expectation.rb, line 198
198:     def yields(*parameters)
199:       @yield_parameters.add(*parameters)
200:       self
201:     end