# File lib/facon/expectation.rb, line 35
    def and_yield(*args)
      @args_to_yield << args
      self
    end