# File lib/rr/recorded_calls.rb, line 16
    def clear
      self.ordered_index = 0
      recorded_calls.clear
    end