Method: Git::Status#deleted

Defined in:
lib/git/status.rb

#deletedObject



19
20
21
# File 'lib/git/status.rb', line 19

def deleted
  @files.select { |k, f| f.type == 'D' }
end