# File lib/rspec/mocks/message_expectation.rb, line 132
      def and_throw(symbol, object = nil)
        @args_to_throw = [symbol, object].compact
      end