# File lib/rr/recorded_calls.rb, line 5
    def initialize(recorded_calls=[])
      @recorded_calls = recorded_calls
      @ordered_index = 0
    end