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