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