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