# File lib/vcr/cassette.rb, line 45
    def eject
      write_recorded_interactions_to_disk
      VCR.http_stubbing_adapter.restore_stubs_checkpoint(self)
      restore_http_connections_allowed
      restore_ignore_localhost_for_deprecation
    end