# File lib/rspec/mocks/message_expectation.rb, line 144
      def and_throw(*args)
        @implementation = Proc.new { throw *args }
      end