# File lib/mocha/sequence.rb, line 32 32: def satisfied_to_index?(index) 33: @expectations[0...index].all? { |expectation| expectation.satisfied? } 34: end