# File lib/rspec/mocks/message_expectation.rb, line 398
      def twice(&block)
        self.inner_implementation_action = block
        set_expected_received_count :exactly, 2
        self
      end