# File lib/dm-rails/storage.rb, line 137
        def _drop
          return if in_memory?
          path.unlink if path.file?
        end