Flowdock
method

invoke_consecutive_return_block

Importance_0
invoke_consecutive_return_block(*args, &block) protected

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/mocks/message_expectation.rb, line 182
      def invoke_consecutive_return_block(*args, &block)
        value = invoke_return_block(*args, &block)
        index = [@actual_received_count, value.size-1].min
        value[index]
      end
Register or log in to add new notes.