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