# File lib/rspec/mocks/message_expectation.rb, line 149
      def and_throw(*args)
        self.terminal_implementation_action = Proc.new { throw(*args) }
        nil
      end