# File lib/git/status.rb, line 22
    def deleted
      @files.select { |k, f| f.type == 'D' }
    end