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