method

twice

twice(&block)
public

No documentation available.

# File lib/spec/mocks/message_expectation.rb, line 281
      def twice(&block)
        @method_block = block if block
        @expected_received_count = 2
        self
      end