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