# File lib/vcr/middleware/rack.rb, line 6
      def initialize(*args)
        @mutex = Mutex.new
        super
      end